[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.ICMapProvider

Interface ICMapProvider

Namespace
GrapeCity.Documents.Pdf
Assembly
GcDocs.Pdf.dll

This interface is used by GcPdfDocument to request predefined CMap tables from external sources.

public interface ICMapProvider

Methods

GetCMap(string)

Returns the predefined CMapTable object by name.

CMapTable GetCMap(string name)

Parameters

name string

The CMap name.

Returns

CMapTable

The GrapeCity.Documents.Pdf.Text.CMap.CMap object.