ViewerGetViewInfo Method (ViewInfoOptions) |
Returns information about view and document specific information.
Namespace: GroupDocs.ViewerAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax public ViewInfo GetViewInfo(
ViewInfoOptions options
)
Public Function GetViewInfo (
options As ViewInfoOptions
) As ViewInfo
public:
ViewInfo^ GetViewInfo(
ViewInfoOptions^ options
)
member GetViewInfo :
options : ViewInfoOptions -> ViewInfo
Parameters
- options
- Type: GroupDocs.Viewer.OptionsViewInfoOptions
The view info options.
Return Value
Type:
ViewInfoInformation about view and document specific information.
Exceptions Remarks See Also