Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Text.CMap Namespace / CMap Class
Properties Methods

In This Topic
    CMap Class Members
    In This Topic

    The following tables list the members exposed by CMap.

    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the CMap is predefined and is specified by name in a PDF file. (Inherited from GrapeCity.Documents.Pdf.Text.CMap.CMapBase)
    Public PropertyGets or sets the CMap name. (Inherited from GrapeCity.Documents.Pdf.Text.CMap.CMapBase)
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded. Loads a CMap from a specified stream.

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

    If compressed is true then the content of the stream will be decompressed using System.IO.Compression.DeflateStream.

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

     
    Top
    See Also