ViewerGetViewInfo Method (ViewInfoOptions)
Returns information about view and document specific information.

Namespace: GroupDocs.Viewer
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
public ViewInfo GetViewInfo(
	ViewInfoOptions options
)

Parameters

options
Type: GroupDocs.Viewer.OptionsViewInfoOptions
The view info options.

Return Value

Type: ViewInfo
Information about view and document specific information.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when options is null.
PasswordRequiredExceptionThrown when password is required to open the document.
IncorrectPasswordExceptionThrown when password that was specified is incorrect.
Remarks
Learn more
See Also