PdfParameters

PdfParameters class

Namespace: Aspose.Barcode.Generation

PDF parameters wrapper. Expects an underlying javaClass instance that provides the corresponding getter/setter methods returning/accepting CMYK strings like “30_100_0_30” or null.

Constructors

NameDescription
__construct

Methods

NameStaticDescription
isTextAsPathNoAre paths used instead of text (use if Unicode characters are not displayed) Default value: false.
setTextAsPathNoAre paths used instead of text (use if Unicode characters are not displayed) Default value: false.

Properties

NameRead/WriteDescription
CMYKBackColorRead/WriteNullable. CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used.
CMYKBarColorRead/WriteNullable. CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used.
CMYKCaptionAboveColorRead/WriteNullable. CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used.
CMYKCaptionBelowColorRead/WriteNullable. CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used.
CMYKCodetextColorRead/WriteNullable. CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used.

PdfParameters__construct(PdfParametersDTO $pdfParametersDto)

ParameterTypeDescription
$pdfParametersDtoPdfParametersDTO

isTextAsPathisTextAsPath()

Are paths used instead of text (use if Unicode characters are not displayed) Default value: false.

setTextAsPathsetTextAsPath(bool $value)

Are paths used instead of text (use if Unicode characters are not displayed) Default value: false.

ParameterTypeDescription
$valuebool

CMYKBackColor

Access: Read/Write

Nullable. CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used.

Nullable. CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used.

ParameterTypeDescription
$valueCMYKColor

CMYKBarColor

Access: Read/Write

Nullable. CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used.

Nullable. CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used.

ParameterTypeDescription
$valueCMYKColor

CMYKCaptionAboveColor

Access: Read/Write

Nullable. CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used.

Nullable. CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used.

ParameterTypeDescription
$valueCMYKColor

CMYKCaptionBelowColor

Access: Read/Write

Nullable. CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used.

Nullable. CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used.

ParameterTypeDescription
$valueCMYKColor

CMYKCodetextColor

Access: Read/Write

Nullable. CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used.

Nullable. CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used.

ParameterTypeDescription
$valueCMYKColor