PdfDocumentOptions class

PdfDocumentOptions class

The PDF options.

The PdfDocumentOptions type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of PdfDocumentOptions

Properties

PropertyDescription
complianceDesired conformance level for generated PDF document.
Important note: This option should not be changed after PdfDocument object is constructed.
Default is PdfCompliance.PDF15.
digital_signature_detailsGets or sets a digital signature details. If not set, then no signing will be performed.

See Also