[]
Loads a CMapTable from a specified stream, the content of the stream will be decompressed using DeflateStream.
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.
public static CMapTable LoadCompressed(Stream stream)
Public Shared Function LoadCompressed(stream As Stream) As CMapTable
Type | Name | Description |
---|---|---|
Stream | stream | The stream containing the CMap definition. |