Documents for PDF, .NET Edition Documentation
Linearized Property

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > GcPdfDocument Class : Linearized Property
Gets or sets a value indicating whether the loaded document is linearized, or whether the document should be generated and saved as linearized.

If creating a linearized document is desired, this property should be set prior to adding any content to the document, and must not be changed until the document has been saved.

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

Reference

GcPdfDocument Class
GcPdfDocument Members