FromJpgViewOptions

ViewInfoOptions.FromJpgViewOptions method

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

public static ViewInfoOptions FromJpgViewOptions(JpgViewOptions options)
Parameter Type Description
options JpgViewOptions The JPG view options.

Return Value

New instance of the ViewInfoOptions class.

Exceptions

exception condition
ArgumentNullException Thrown when options is null.

See Also