Leadtools.Documents.Writers Namespace > PdfDocumentOptions Object : Linearized Property |
get_linearized();
set_linearized(value);
Object.defineProperty('linearized');
Type | Description |
---|---|
boolean | 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.