Aspose::BarCode::Generation::PdfParameters class
Contents
[
Hide
]PdfParameters class
PDF parameters.
class PdfParameters : public System::Object
Methods
| Method | Description |
|---|---|
| get_CMYKBackColor() const | Nullable. CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used. |
| get_CMYKBarColor() const | Nullable. CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used. |
| get_CMYKCaptionAboveColor() const | Nullable. CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used. |
| get_CMYKCaptionBelowColor() const | Nullable. CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used. |
| get_CMYKCodetextColor() const | Nullable. CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used. |
| get_IsTextAsPath() const | Are 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
- Namespace Aspose::BarCode::Generation
- Library Aspose.BarCode for C++