ClassPredefinedCMapsProvider
Provides access to predefined CMap resources for mapping character codes in document text (such as PDF), using Adobe’s public character collections. A list with predefined resources can be found on the following repository - https://github.com/adobe-type-tools/cmap-resources.
Definition
Namespace:Telerik.Windows.Documents.CMapUtils
Assembly:Telerik.Windows.Documents.CMapUtils.dll
Syntax:
public class PredefinedCMapsProvider : PredefinedCMapsProviderBase
Inheritance: objectPredefinedCMapsProviderBasePredefinedCMapsProvider
Constructors
PredefinedCMapsProvider()
Create a provider that supplies embedded Adobe CMap resources for mapping character codes when processing documents.
Declaration
public PredefinedCMapsProvider()
Methods
GetCidCMapData(string)
Retrieves the character code to CID mapping for a predefined CMap resource in document text (such as PDF).
GetUnicodeCMapData(string)
Retrieves the character code to Unicode mapping for a predefined CMap resource in document text (such as PDF).