New to Telerik Document ProcessingStart a free 30-day trial

Provider for predefined CMap binaries used with Adobe public character collections; see https://github.com/adobe-type-tools/cmap-resources for available names.

Definition

Namespace:Telerik.Windows.Documents.Extensibility

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

C#
public abstract class PredefinedCMapsProviderBase

Inheritance: objectPredefinedCMapsProviderBase

Derived Classes: PredefinedCMapsProvider

Constructors

Initialize the base for custom providers that supply predefined CMap binaries for CID and Unicode mappings.

C#
protected PredefinedCMapsProviderBase()

Methods

Get the character code to CID mapping data for the specified predefined CMap name.

C#
public abstract byte[] GetCidCMapData(string name)
Parameters:namestring

The name of the predefined CMap.

Returns:

byte[]

The CMap resource data.

Get the character code to Unicode mapping data for the specified predefined CMap name.

C#
public abstract byte[] GetUnicodeCMapData(string name)
Parameters:namestring

The name of the predefined CMap.

Returns:

byte[]

The CMap resource data.