Click or drag to resize

SVGOutputOptionsSetNoUnicode Method

Sets whether to disable mapping of text to public Unicode region. Instead text will be converted using a custom encoding

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

Parameters

no_unicode
Type: SystemBoolean
If true, mapping of text to public Unicode region is disabled.
See Also