Documents for PDF, .NET Edition Documentation
Load Method (CMap)

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Text.CMap Namespace > CMap Class : Load Method
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

Reference

CMap Class
CMap Members