from_html_view_options method

from_html_view_options

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

Returns

New instance of the ViewInfoOptions class.

def from_html_view_options(self, options):
    ...
Parameter Type Description
options groupdocs.viewer.options.HtmlViewOptions The HTML view options.

Exceptions

Exception Description
ArgumentNullException Thrown when options is null.

See Also