Leadtools.Forms.DocumentWriters Namespace > PdfDocumentOptions Class : Linearized Property |
public bool Linearized {get; set;}
'Declaration Public Property Linearized As Boolean
'Usage Dim instance As PdfDocumentOptions Dim value As Boolean instance.Linearized = value value = instance.Linearized
public bool Linearized {get; set;}
get_Linearized();
set_Linearized(value);
Object.defineProperty('Linearized');
A Linearized PDF file is a file that has been organized in such a way as to enable efficient, incremental access in a network environment. Linearized PDF files allow the first page of the PDF file to be displayed in a user Web browser before the entire file is downloaded from the Web server.