ExportFontTable.Add
Method
Description:
Inserts a (key,info) pair into Export font table.
Inserts a (key,info) pair into Export font table.
Parameters
| Parameter | Type | Description |
|---|---|---|
| exportFontKey | ExportFontKey | The export font key to be added. |
| exportFontInfo | ExportFontInfo | The export font info to be added. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The key already exists in the table. |
| ArgumentNullException | A non-optional argument was null |