PdfDocumentOptions

The PDF options.

Constructors

ConstructorDescription
PdfDocumentOptions()

Methods

MethodDescription
getCompliance()Desired conformance level for generated PDF document. Important note: This option should not be changed after PdfDocument object is constructed. Default is PdfCompliance.Pdf15 .
setCompliance(int value)Desired conformance level for generated PDF document. Important note: This option should not be changed after PdfDocument object is constructed. Default is PdfCompliance.Pdf15 .
getDigitalSignatureDetails()Gets or sets a digital signature details. If not set, then no signing will be performed.
setDigitalSignatureDetails(PdfDigitalSignatureDetailsCore value)Gets or sets a digital signature details. If not set, then no signing will be performed.

PdfDocumentOptions()

public PdfDocumentOptions()

getCompliance()

public int getCompliance()

Desired conformance level for generated PDF document. Important note: This option should not be changed after PdfDocument object is constructed. Default is PdfCompliance.Pdf15 .

Returns: int

setCompliance(int value)

public void setCompliance(int value)

Desired conformance level for generated PDF document. Important note: This option should not be changed after PdfDocument object is constructed. Default is PdfCompliance.Pdf15 .

getDigitalSignatureDetails()

public final PdfDigitalSignatureDetailsCore getDigitalSignatureDetails()

Gets or sets a digital signature details. If not set, then no signing will be performed.

Returns: PdfDigitalSignatureDetailsCore

setDigitalSignatureDetails(PdfDigitalSignatureDetailsCore value)

public final void setDigitalSignatureDetails(PdfDigitalSignatureDetailsCore value)

Gets or sets a digital signature details. If not set, then no signing will be performed.