PdfParameters

PdfParameters class

PDF parameters.

The PdfParameters type exposes the following members:

Properties

NameDescription
cmyk_bar_colorNullable. CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used.
cmyk_back_colorNullable. CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used.
cmyk_codetext_colorNullable. CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used.
cmyk_caption_above_colorNullable. CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used.
cmyk_caption_below_colorNullable. CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used.
is_text_as_pathAre paths used instead of text (use if Unicode characters are not displayed)
Default value: false.

See Also