Table of Contents

Method Linearization

Namespace
BitMiracle.Docotic.Pdf.Layout
Assembly
BitMiracle.Docotic.Pdf.Layout.dll

Linearization(bool)

Sets a value indicating whether output PDF files should be linearized for faster web viewing.

public PdfDocumentBuilder Linearization(bool linearize = true)

Parameters

linearize bool

true to linearize output PDF files; otherwise, false.

Returns

PdfDocumentBuilder

The updated builder.

Remarks

The library produces non-linearized files by default.