Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Text.CMap Namespace / CMapTable Class
Properties Methods

In This Topic
    CMapTable Class Members
    In This Topic

    The following tables list the members exposed by CMapTable.

    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the CMap is predefined and is specified by name in a PDF file.  
    Public PropertyGets or sets the CMap name.  
    Public PropertyGets a value indicating whether the CMapTable defines the vertical font.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded. Loads a CMapTable from a specified stream.

    See the PDF spec for the description of the CMap format.

    This method will throw an exception if the stream content has unknown or unsupported format.

     
    Public Methodstatic (Shared in Visual Basic)Loads a CMapTable from a specified stream, the content of the stream will be decompressed using System.IO.Compression.DeflateStream.

    See the PDF spec for the description of the CMap format.

    This method will throw an exception if the stream content has unknown or unsupported format.

     
    Public MethodSaves the CMapTable to the stream.  
    Top
    See Also