Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / ICMapProvider Interface / GetCMap Method
The CMap name.

In This Topic
    GetCMap Method
    In This Topic
    Returns the predefined GrapeCity.Documents.Pdf.Text.CMap.CMapTable object by name.
    Syntax
    'Declaration
     
    Function GetCMap( _
       ByVal name As System.String _
    ) As CMapTable
    CMapTable GetCMap( 
       System.string name
    )

    Parameters

    name
    The CMap name.

    Return Value

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