Class PdfParameters

PdfParameters class

PDF parameters.

public class PdfParameters

Properties

NameDescription
CMYKBackColor { get; set; }Nullable. CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used.
CMYKBarColor { get; set; }Nullable. CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used.
CMYKCaptionAboveColor { get; set; }Nullable. CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used.
CMYKCaptionBelowColor { get; set; }Nullable. CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used.
CMYKCodetextColor { get; set; }Nullable. CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used.
IsTextAsPath { get; set; }Are paths used instead of text (use if Unicode characters are not displayed) Default value: false.

See Also