PdfParameters
Contents
[
Hide
]PdfParameters class
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.
public class PdfParameters : joint.BaseJavaClass
Constructors
| Name | Description |
|---|---|
| PdfParameters(object) | Initializes a new instance of the PdfParameters class. |
Methods
| Name | Description |
|---|---|
| getCMYKBackColor | CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used. |
| getCMYKBarColor | CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used. |
| getCMYKCaptionAboveColor | CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used. |
| getCMYKCaptionBelowColor | CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used. |
| getCMYKCodetextColor | CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used. |
| init | no-op initializer. |
| isTextAsPath | Are paths used instead of text (use if Unicode characters are not displayed) Default value: false. |
| setCMYKBackColor(object) | CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used. |
| setCMYKBarColor(object) | CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used. |
| setCMYKCaptionAboveColor(object) | CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used. |
| setCMYKCaptionBelowColor(object) | CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used. |
| setCMYKCodetextColor(object) | CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used. |
| setTextAsPath(object) | Are paths used instead of text (use if Unicode characters are not displayed) Default value: false. |
See Also
- assembly Aspose.BarCode