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

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

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

     
    Loads a CMapTable 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