ToUnicodeProcessingRules
Overview
ToUnicodeProcessingRules is a class in Aspose.PDF FOSS for .NET.
Rules applied when generating ToUnicode CMaps during conversion.
This class provides 3 methods for working with ToUnicodeProcessingRules objects in .NET programs.
Available methods include: ToUnicodeProcessingRules.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: MapNonLinkedSymbolsOnSpace, RemoveSpacesFromCMapNames.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
MapNonLinkedSymbolsOnSpace | bool | Read/Write | When true, the ToUnicode CMap maps unmapped symbols to the space character. |
RemoveSpacesFromCMapNames | bool | Read/Write | When true, whitespace is stripped from CMap names. |
Methods
| Signature | Description |
|---|---|
ToUnicodeProcessingRules() | Calls ToUnicodeProcessingRules on this ToUnicodeProcessingRules instance. |
ToUnicodeProcessingRules(removeSpaces: bool) | |
ToUnicodeProcessingRules(removeSpaces: bool, mapNonLinkedUnicodesOnSpace: bool) |