Winnovative RTF to PDF Converter Library for .NET
OptimizePdfPageBreaks Property
NamespacesWinnovative.WnvRtfToPdfPdfConverterOptimizePdfPageBreaks
Winnovative RTF to PDF Converter Library for .NET
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
public:
property bool OptimizePdfPageBreaks {
	bool get ();
	void set (bool value);
}

Assembly: Winnovative.WnvRtfToPdf (Module: Winnovative.WnvRtfToPdf) Version: 3.1.0.0 (3.1.0.0)