IsLinearized
Description
This function was called Linearized in v10 and earlier. Reports whether the selected document was loaded from a linearized file. This is for informational purposes only. If the file is resaved it will no longer be linearized.
Syntax
Delphi
function TDebenuPDFLibrary1811.IsLinearized: Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::IsLinearized As Long
DLL
int DPLIsLinearized(int InstanceID)
Return values
0 | The original file was not linearized |
1 | The original file was linearized |