Click or drag to resize

SVGOutputOptionsSetIndividualCharPlacement Method

Some viewers do not support the default text positioning correctly. This option works around this issue to place text correctly, but produces verbose output. This option will override SetRemoveCharPlacement

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

Parameters

individual_char_placement
Type: SystemBoolean
If true, text will be positioned correctly.
See Also