ExpertPdf Html to Pdf Converter Library
OptimizePdfPageBreaks Property
NamespacesExpertPdf.HtmlToPdf.PdfDocumentRtfToPdfElementOptimizePdfPageBreaks
ExpertPdf Html to Pdf Converter Library
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.
Declaration Syntax
C#Visual BasicVisual C++
public bool OptimizePdfPageBreaks { get; set; }
Public Property OptimizePdfPageBreaks As Boolean
	Get
	Set
public:
property bool OptimizePdfPageBreaks {
	bool get ();
	void set (bool value);
}
Property Value

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)