TdxPSPDFReportExportOptions Properties
Stores PDF document export options.| Name | Description |
|---|---|
| Author | Specifies the author of a PDF document. |
| CompressStreams | Specifies if PDF export routines compress a document’s content. |
| Creator | Specifies the name of a PDF document’s creator. |
| DefaultFileName | Specifies the default file name for exported PDF documents. |
| DefaultFileNameAssigned | Specifies if the default file name is defined for exported PDF documents. |
| EmbedFonts | Specifies if export routines embed all required fonts into exported PDF documents. |
| JPEGQuality | Specifies the JPEG quality level (as a percentage) for compressed images. |
| Keywords | Specifies keywords associated with content of an exported PDF document. |
| OpenDocumentAfterExport | Specifies if the default PDF viewer application automatically opens an exported document once an export operation is complete. |
| PageRangeInfo | Specifies exported pages in a source document. |
| SecurityOptions | Provides access to security options applied to exported PDF documents. |
| SignatureOptions | Provides access to digital signature-related settings applied to exported PDF documents. |
| Subject | Specifies the subject of a PDF document. |
| Title | Specifies the title of a PDF document. |
| UseCIDFonts | Specifies if export routines embed fonts as subset fonts into a PDF document. |
| UseJPEGCompression | Specifies if export routines apply the JPEG compression algorithm to images in exported PDF documents. |
See Also