Overload | Description |
---|---|
Load(Stream) | 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. |
Load(String,Boolean) | 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. |