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
)
Public Sub SetRemoveCharPlacement (
remove_char_placement As Boolean
)
public:
virtual void SetRemoveCharPlacement(
[InAttribute] bool remove_char_placement
) sealed
function SetRemoveCharPlacement(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