PdfExportOptions Members
In This Article
#Constructors
Name | Description |
---|---|
Pdf |
Initializes a new instance of the Pdf |
#Properties
Name | Description |
---|---|
Additional |
Specifies the additional metadata that is added to the PDF document’s metadata. |
Attachments | Provides access to the attachment files list of the document. |
Convert |
Specifies whether to convert the bitmap and meta file images contained in the document to JPEG format during the export to PDF. |
Document |
Gets the options to be embedded as Document Properties of the created PDF file. |
Export |
Specifies whether to include bookmarks to the exported document. |
Export |
Specifies whether to convert editable fields to Acro |
Image |
Gets or sets the quality of images in the resulting PDF file. |
Never |
Gets or sets a semicolon-delimited string of values with the font names which should not be embedded in the resulting PDF file. |
Page |
Gets or sets the page range to be exported.
Inherited from Page |
Password |
Provides access to the PDF security options of the document, which require specifying a password. |
Pdf |
Specifies document compatibility with the PDF/A specification. |
Pdf |
Obsolete. Obsolete. Use the Pdf |
Pdf |
Specifies document compatibility with the PDF/UA specification. |
Rasterization |
Specifies the resolution (in DPI) used to rasterize vector images on export to the corresponding document format.
Inherited from Page |
Rasterize |
Specifies whether or not vector images should be rasterized on export to the corresponding document format.
Inherited from Page |
Show |
Gets or sets whether to display the Print dialog when a PDF file is opened. |
Signature |
Provides access to digital signature options of Pdf |
#Methods
Name | Description |
---|---|
Assign |
Copies all the settings from the Pdf |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
Validate() | Checks the validity of PDF export options and returns a list of any detected inconsistencies. |
See Also