'Declaration Public ReadOnly Property Linearized As System.Boolean
public System.bool Linearized {get;}
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:
'Declaration Public ReadOnly Property Linearized As System.Boolean
public System.bool Linearized {get;}