PdfParameters

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

NameDescription
PdfParameters(object)Initializes a new instance of the PdfParameters class.

Methods

NameDescription
getCMYKBackColorCMYK back color value. Null means CMYK color is not used, instead normal RGB color is used.
getCMYKBarColorCMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used.
getCMYKCaptionAboveColorCMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used.
getCMYKCaptionBelowColorCMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used.
getCMYKCodetextColorCMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used.
initno-op initializer.
isTextAsPathAre 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