ExportPDFSettings.FindByName
Method
Description:
Returns settings element by name.
Returns settings element by name.
Parameters
| Parameter | Type | Description |
|---|---|---|
| document | Document | The document to find the settings with the specified name. |
| name | String | Name of the settings to find. |
Return Value
| Type | Description |
|---|---|
| ExportPDFSettings | The settings element, or if not found. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | name cannot include prohibited characters, such as "{, }, [, ], |, ;, less-than sign, greater-than sign, ?, `, ~". |
| ArgumentNullException | A non-optional argument was null |