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
)
Public Sub SetPathHinting (
enablePathHinting As Boolean
)
public:
virtual void SetPathHinting(
[InAttribute] bool enablePathHinting
) sealed
function SetPathHinting(enablePathHinting);
Parameters
- enablePathHinting
- Type: SystemBoolean
Whether to enable path hinting or not.
See Also