<Code Lib>
M

ExportPDFSettings.FindByName

Description:
Returns settings element by name.

public static ExportPDFSettings FindByName(
	Document document,
	string name
)

  • document
    The document to find the settings with the specified name.
  • String
    name
    Name 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.

Loading…