Create a PDF document that is optimized for fast web viewing.
public bool Linearized { get; set; }
Public Property Linearized As Boolean
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');
true to create a PDF document optimized for fast web viewing, otherwise; false. Default value is false.
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.
For an example, refer to PdfDocumentOptions.
Programming with LEADTOOLS Document Writers
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET