Name | Description | |
---|---|---|
IsPredefined | Gets a value indicating whether the CMap is predefined and is specified by name in a PDF file. | |
Name | Gets or sets the CMap name. | |
Vertical | Gets a value indicating whether the CMapTable defines the vertical font. |
The following tables list the members exposed by CMapTable.
Name | Description | |
---|---|---|
IsPredefined | Gets a value indicating whether the CMap is predefined and is specified by name in a PDF file. | |
Name | Gets or sets the CMap name. | |
Vertical | Gets a value indicating whether the CMapTable defines the vertical font. |
Name | Description | |
---|---|---|
Load | Overloaded. 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. | |
LoadCompressed | Loads a CMapTable from a specified stream, the content of the stream will be decompressed using System.IO.Compression.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. | |
Save | Saves the CMapTable to the stream. |