CompressFonts
Description
Specifies whether or not to compress TrueType, Packaged and Type1 fonts subsequently added to the document.
Syntax
Delphi
function TDebenuPDFLibrary1811.CompressFonts(Compress: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::CompressFonts(Compress As Long) As Long
DLL
int DPLCompressFonts(int InstanceID, int Compress)
Parameters
Compress |
0 = Don't compress fonts 1 = Compress all subsequently added fonts |
Return values
0 | The Compress parameter was out of range |
1 | The font compression setting was changed successfully |