Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPSPDFReportExportOptions.CompressStreams Property

Specifies if PDF export routines compress a document’s content.

#Declaration

Delphi
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