[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Text.CMap.CMapTable.LoadCompressed

LoadCompressed Method

LoadCompressed(Stream)

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.

Declaration
public static CMapTable LoadCompressed(Stream stream)
Public Shared Function LoadCompressed(stream As Stream) As CMapTable
Parameters
Type Name Description
Stream stream

The stream containing the CMap definition.

Returns
Type Description
CMapTable

The created CMapTable object.