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