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