public class PdfDocumentOptions extends Object
The PDF options.
Constructor and Description |
---|
PdfDocumentOptions() |
Modifier and Type | Method and Description |
---|---|
int |
getCompliance()
Desired conformance level for generated PDF document.
|
PdfDigitalSignatureDetailsCore |
getDigitalSignatureDetails()
Gets or sets a digital signature details.
|
void |
setCompliance(int value)
Desired conformance level for generated PDF document.
|
void |
setDigitalSignatureDetails(PdfDigitalSignatureDetailsCore value)
Gets or sets a digital signature details.
|
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
.
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
.
public final PdfDigitalSignatureDetailsCore getDigitalSignatureDetails()
Gets or sets a digital signature details. If not set, then no signing will be performed.
public final void setDigitalSignatureDetails(PdfDigitalSignatureDetailsCore value)
Gets or sets a digital signature details. If not set, then no signing will be performed.