The following table lists the default values of the PdfDocumentOptions properties:
| Property | Value |
|---|---|
| DocumentType | PdfDocumentType.Pdf |
| FontEmbedMode | DocumentFontEmbedMode.Auto |
| ImageOverText | false |
| ImageOverTextSize | DocumentImageOverTextSize.Original |
| ImageOverTextMode | DocumentImageOverTextMode.Strict |
| Linearized | false |
| Title | null |
| Subject | null |
| Keywords | null |
| Author | null |
| Protected | false |
| UserPassword | null |
| OwnerPassword | null |
| EncryptionMode | PdfDocumentEncryptionMode.RC128Bit |
| PrintEnabled | true |
| HighQualityPrintEnabled | true |
| CopyEnabled | true |
| EditEnabled | true |
| AnnotationsEnabled | true |
| AssemblyEnabled | false |
| OneBitImageCompression | OneBitImageCompressionType.Jbig2 |
| ColoredImageCompression | ColoredImageCompressionType.FlateJpeg |
| QualityFactor | 80 |
| AutoBookmarksEnabled | false |
| TotalBookmarkLevels | -1 |
| AutoBookmarks | Empty list |
| CustomBookmarks | Empty list |
| PageLayoutType | PdfDocumentPageLayoutType.SinglePageDisplay |
For an example, refer to PdfDocumentOptions.