Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Linearized Property

Show in webframe
Indicates whether to create a PDF document that is optimized for fast web viewing.
Syntax
get_linearized();
set_linearized(value);
Object.defineProperty('linearized');

Property Value

TypeDescription
booleantrue to create a PDF document optimized for fast web viewing; otherwise, false. Default value is false.
Remarks

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.

Example
For an example, refer to PdfDocumentOptions.
See Also

Reference

PdfDocumentOptions Object
PdfDocumentOptions Members

Error processing SSI file