from_pdf_view_options method

from_pdf_view_options

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

Returns

New instance of the ViewInfoOptions class.

def from_pdf_view_options(self, options):
    ...
Parameter Type Description
options groupdocs.viewer.options.PdfViewOptions The PDF view options.

Exceptions

Exception Description
ArgumentNullException Thrown when options is null.

See Also