Click or drag to resize

RtfToPdfElementOptimizePdfPageBreaks Property

A flag indicating if the converter uses an optimized page breaks algorithm to improve document scrolling inside a PDF Viewer. The optimized algorithm can introduce a small additional processing time when the PDF document is generated. The default value is true and the optimized page breaks algorithm is used by default.

Namespace: ExpertPdf.PdfCreator
Assembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntax
public bool OptimizePdfPageBreaks { get; set; }

Property Value

Boolean
See Also