Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Forms.DocumentWriters Namespace > PdfDocumentOptions Class : PdfDocumentOptions Constructor |
public PdfDocumentOptions()
'Declaration
Public Function New()
'Usage
Dim instance As New PdfDocumentOptions()
public PdfDocumentOptions()
- (instancetype)init
public PdfDocumentOptions()
function PdfDocumentOptions()
public:
PdfDocumentOptions();
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 |