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
booltrue
to linearize output PDF files; otherwise,false
.
Returns
- PdfDocumentBuilder
The updated builder.
Remarks
The library produces non-linearized files by default.
Read the Building documents article for examples of using this method.