ExportPDFSettings.FindByName
Description:
Returns settings element by name.
Returns settings element by name.
public static ExportPDFSettings FindByName(
Document document,
string name
)
-
documentThe document to find the settings with the specified name.
-
StringnameName of the settings to find.
Return Value
nullNothingnullptr
The settings element, or null Nothing nullptr a null reference ( Nothing in Visual Basic) if not found.
-
name cannot include prohibited characters.
-
A non-optional argument was null