Property IsLinearized
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
IsLinearized
Gets a value indicating whether this document is linearized (optimized for fast viewing on the web).
public bool IsLinearized { get; }
Property Value
- bool
true
if this document is linearized (optimized for fast viewing on the web); otherwise,false
.
Remarks
This value is read-only and useful as indicator only. Please use Linearize property if you want to produce linearized PDF files with Docotic.Pdf.
Linearization (sometimes called Fast Web View by Adobe) restructures a PDF document for page-at-a-time downloading (byte-serving) from web servers.
A linearized (or a Fast Web View optimized) PDF file is a file that has been organized in a special way to enable efficient incremental access in a network environment. The file is valid PDF in all respects, and is compatible with all existing viewers and other PDF applications. Enhanced viewer applications can recognize that a PDF file has been linearized and can take advantage of that organization (as well as added hint information) to enhance viewing performance. This is especially important with large documents that can take a long time to download from a server.