FromPdfViewOptions

ViewInfoOptions.FromPdfViewOptions method

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

public static ViewInfoOptions FromPdfViewOptions(PdfViewOptions options)
Parameter Type Description
options PdfViewOptions The PDF view options.

Return Value

New instance of the ViewInfoOptions class.

Exceptions

exception condition
ArgumentNullException Thrown when options is null.

See Also