[]
This interface is used by GcPdfDocument to request predefined CMap tables from external sources.
public interface ICMapProvider
Returns the predefined CMapTable object by name.
CMapTable GetCMap(string name)
name
stringThe CMap name.
The GrapeCity.Documents.Pdf.Text.CMap.CMap object.