Click or drag to resize

PDFViewCtrlSetPathHinting Method

Enable or disable path hinting. Path hinting is used to slightly adjust paths in order to avoid or alleviate artifacts of hair line cracks between certain graphical elements. This option is turned on by default.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetPathHinting(
	bool enable_ph
)

Parameters

enable_ph
Type: SystemBoolean
whether to enable path hinting.
See Also