Aspose::BarCode::Generation::PdfParameters class

PdfParameters class

PDF parameters.

class PdfParameters : public System::Object

Methods

MethodDescription
get_CMYKBackColor() constNullable. CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used.
get_CMYKBarColor() constNullable. CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used.
get_CMYKCaptionAboveColor() constNullable. CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used.
get_CMYKCaptionBelowColor() constNullable. CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used.
get_CMYKCodetextColor() constNullable. CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used.
get_IsTextAsPath() constAre paths used instead of text (use if Unicode characters are not displayed) Default value: false.
set_CMYKBackColor(System::SharedPtr<CMYKColor>)Nullable. CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used.
set_CMYKBarColor(System::SharedPtr<CMYKColor>)Nullable. CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used.
set_CMYKCaptionAboveColor(System::SharedPtr<CMYKColor>)Nullable. CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used.
set_CMYKCaptionBelowColor(System::SharedPtr<CMYKColor>)Nullable. CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used.
set_CMYKCodetextColor(System::SharedPtr<CMYKColor>)Nullable. CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used.
set_IsTextAsPath(bool)Are paths used instead of text (use if Unicode characters are not displayed) Default value: false.

See Also