Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
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;}
@property (nonatomic, assign) BOOL linearized
public boolean getLinearized() public void setLinearized(boolean linearized)
<br/>get_Linearized();<br/>set_Linearized(value);<br/>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.