[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.GcPdfDocument.Linearized

Linearized Property

Linearized

Gets a value indicating whether the PDF that was loaded into this GcPdfDocument was linearized ("fast web view").

Note that this value only indicates the linearization of the original PDF that was loaded, if the current document is saved its linearization is not affected by this property. To save the current document as linearized, pass Linearized when saving the PDF using one of the save methods:

Declaration
public bool Linearized { get; }
Public ReadOnly Property Linearized As Boolean