Click or drag to resize
Pdftools logo

DocumentIsLinearized Property

Whether the document is linearized.

Linearization is also known as "Fast Web View" and is a way of optimizing PDFs so they can be streamed into a client application. This helps online documents open almost instantly, without having to wait for a large document to completely download.


Namespace: PdfTools.Toolbox.Pdf
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.1.0+5820e9ca9ca173983539ffc40abc227fb62e6928
Syntax
C#
public bool IsLinearized { get; }

Property Value

Boolean
Exceptions
ExceptionCondition
InvalidOperationExceptionif the document has already been closed
See Also