Click or drag to resize

SVGOutputOptionsSetRemoveCharPlacement Method

Sets whether to disable the output of character positions. This will produce slightly smaller output files than the default setting, but many viewers do not support the output correctly If true, the output of character positions is disabled.

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

Parameters

remove_char_placement
Type: SystemBoolean

[Missing <param name="remove_char_placement"/> documentation for "M:pdftron.PDF.SVGOutputOptions.SetRemoveCharPlacement(System.Boolean)"]

See Also