FromHtmlViewOptions

ViewInfoOptions.FromHtmlViewOptions method

Initializes an instance of the ViewInfoOptions class based on the HtmlViewOptions object.

public static ViewInfoOptions FromHtmlViewOptions(HtmlViewOptions options)
Parameter Type Description
options HtmlViewOptions The HTML view options.

Return Value

New instance of the ViewInfoOptions class.

Exceptions

exception condition
ArgumentNullException Thrown when options is null.

See Also