ViewInfo

ViewInfo()

Initializes new instance of ViewInfo class.

public ViewInfo()

See Also


ViewInfo(FileType, List<Page>)

Initializes new instance of ViewInfo class.

public ViewInfo(FileType fileType, List<Page> pages)
Parameter Type Description
fileType FileType The type of the file.
pages List`1 The list of pages to view.

Exceptions

exception condition
ArgumentNullException Thrown when fileType is null.
ArgumentNullException Thrown when pages is null.

See Also