Class PdfDocumentOptions

PdfDocumentOptions class

The PDF options.

public class PdfDocumentOptions

Constructors

NameDescription
PdfDocumentOptions()The default constructor.

Properties

NameDescription
Compliance { get; set; }Desired conformance level for generated PDF document. Important note: This option should not be changed after PdfDocument object is constructed. Default is Pdf15.
DigitalSignatureDetails { get; set; }Gets or sets a digital signature details. If not set, then no signing will be performed.

See Also