Click or drag to resize

PDFDrawSetPathHinting 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 enablePathHinting
)

Parameters

enablePathHinting
Type: SystemBoolean
Whether to enable path hinting or not.
See Also