Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Text.CMap Namespace / CMap Class / Load Method

In This Topic
    Load Method (CMap)
    In This Topic
    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.

    Overload List
    OverloadDescription
    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.

     
    Loads a CMap from a specified file.

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

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

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

     
    See Also