IsLinearized
Document properties
Description
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 TPDFlib.IsLinearized: Integer;ActiveX
Function PDFlib::IsLinearized As LongDLL
int DLIsLinearized(int InstanceID);Return values
| 0 | The original file was not linearized |
|---|---|
| 1 | The original file was linearized |