Click or drag to resize
Pdftools logo

OutputOptionsLinearize Property

Whether to linearize the output document

If , the output document is written in a linearized form ("Fast Web View"), so that a conforming viewer can display the first page before the entire file has been loaded.

Note: This property is applied by operations that write the output PDF, such as Assemble, OptimizeDocument(Document, Stream, Profile, OutputOptions) and Convert(AnalysisResult, Document, Stream, ConversionOptions, OutputOptions). The signing operations of Signer apply it where supported, but not when existing signatures must be preserved: such documents are signed using an incremental update, which is incompatible with linearization. The property has no effect for other operations, such as image-to-PDF conversion (Converter) and optical character recognition (Processor).

Default:


Namespace: PdfTools.Pdf
Assembly: PdfTools (in PdfTools.dll) Version: 1.19.0+2160c7724ea9111cae8ed0e8ced3b10611191789
Syntax
C#
public bool Linearize { get; set; }

Property Value

Boolean
See Also