CompressContent
Description
Compresses the content of the selected document. The Flate algorithm is used to compress the content.
Syntax
Delphi
function TQuickPDF0813.CompressContent: Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::CompressContent As Long
DLL
int QuickPDFCompressContent(int InstanceID)
Return values
| 0 | The content could not be compressed |
| 1 | The content was compressed successfully |