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
)
Public Sub SetNoUnicode (
no_unicode As Boolean
)
public:
virtual void SetNoUnicode(
[InAttribute] bool no_unicode
) sealed
function SetNoUnicode(no_unicode);
Parameters
- no_unicode
- Type: SystemBoolean
If true, mapping of text to public Unicode region is disabled.
See Also