Click or drag to resize

HtmlToPdfClientsetPageBreaksEnhancedAlgorithm Method

Get or set a flag indicating if an enhanced custom page breaks algorithm is used. The enhanced algorithm is a little bit slower but it will prevent the appearance of hidden text in the PDF when custom page breaks are used. The default value for this property is False.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public HtmlToPdfClient setPageBreaksEnhancedAlgorithm(
	bool enableEnhancedPageBreaksAlgorithm
)

Parameters

enableEnhancedPageBreaksAlgorithm
Type: SystemBoolean
Enable enhanced page breaks algorithm or not.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
See Also