ViewerView Method (ViewOptions)
Creates view of all document pages.

Namespace: GroupDocs.Viewer
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
public void View(
	ViewOptions options
)

Parameters

options
Type: GroupDocs.Viewer.OptionsViewOptions
The view options.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when options is null.
PasswordRequiredExceptionThrown when password is required to open the document.
IncorrectPasswordExceptionThrown when password that was specified is incorrect.
GroupDocsViewerExceptionThrown when attachment could not be found.
Remarks
Learn more
See Also