CompressImages
Image handling, Document properties
Description
Specifies the compression to use for images added to the document.
Syntax
Delphi
function TDebenuPDFLibrary1811.CompressImages(Compress: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::CompressImages(Compress As Long) As Long
DLL
int DPLCompressImages(int InstanceID, int Compress)
Parameters
Compress |
0 = No compression 1 = Flate compression |
Return values
0 | The Compress parameter was not valid |
1 | The image compression was set successfully |