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.