Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / Linearized Property

In This Topic
    Linearized Property
    In This Topic
    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 SaveMode.Linearized when saving the PDF using one of the save methods:

    Syntax
    'Declaration
     
    Public ReadOnly Property Linearized As System.Boolean
    public System.bool Linearized {get;}
    See Also