Skip to main content
A newer version of this page is available. .

PdfExportOptions Members

Contains options that define how a document is exported to PDF format.

Constructors

Name Description
PdfExportOptions() Initializes a new instance of the PdfExportOptions class with the default settings.

Properties

Name Description
AdditionalMetadata Specifies the additional metadata that is added to the PDF document’s metadata.
Attachments Provides access to the attachment files list of the document.
Compressed For internal use.
ConvertImagesToJpeg Specifies whether or not all bitmaps contained in the document should be converted to JPEG format during exporting to PDF.
DocumentOptions Gets the options to be embedded as Document Properties of the created PDF file.
ExportEditingFieldsToAcroForms Specifies whether to convert a report’s editing fields to AcroForms on PDF export.
ImageQuality Gets or sets the quality of images in the resulting PDF file.
NeverEmbeddedFonts Gets or sets a semicolon-delimited string of values with the font names which should not be embedded in the resulting PDF file.
PageRange Gets or sets the page range to be exported. Inherited from PageByPageExportOptionsBase.
PasswordSecurityOptions Provides access to the PDF security options of the document, which require specifying a password.
PdfACompatibility Specifies document compatibility with the PDF/A specification.
PdfACompatible Obsolete. Obsolete. Use the PdfExportOptions.PdfACompatibility property instead.
RasterizationResolution Specifies the resolution used to rasterize vector images on export to the corresponding document format. Inherited from PageByPageExportOptionsBase.
RasterizeImages For internal use.
ShowPrintDialogOnOpen Gets or sets whether to display the Print dialog when a PDF file is opened.
SignatureOptions Provides access to the digital signature options of PdfExportOptions.

Methods

Name Description
Assign(ExportOptionsBase) Copies all the settings from the PdfExportOptions object passed as a parameter.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() 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