<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.
  • name
    Name of the settings to find.
Return Value ExportPDFSettings The settings element, or if not found.

Loading…