TdxPSPDFReportExportOptions.CompressStreams Property
Specifies if PDF export routines compress a document’s content.
Declaration
property CompressStreams: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set this property to True to enable the lossless Deflate compression for all objects in an exported PDF document, including images. If the source document contains multiple photographic images, you can enable JPEG compression in addition to or instead of Deflate compression to further reduce the file size of exported PDF documents.
Note
This mode relies on the standard ZLib compression library shipped with the IDE.
The CompressStreams property’s default value is False.
See Also