'Declaration Public Overloads Shared Function Load( _ ByVal fileName As System.String, _ Optional ByVal compressed As System.Boolean _ ) As CMapTable
public static CMapTable Load( System.string fileName, System.bool compressed )
Parameters
- fileName
- The file containing the CMap definition.
- compressed
- Indicates whether the stream content is compressed and System.IO.Compression.DeflateStream should be used to decompress.
Return Value
The created CMapTable object.