Viewer Constructor (Stream, LoadOptions, ViewerSettings) |
Initializes new instance of
Viewer class.
Namespace: GroupDocs.ViewerAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntaxpublic Viewer(
Stream stream,
LoadOptions loadOptions,
ViewerSettings settings
)
Public Sub New (
stream As Stream,
loadOptions As LoadOptions,
settings As ViewerSettings
)
public:
Viewer(
Stream^ stream,
LoadOptions^ loadOptions,
ViewerSettings^ settings
)
new :
stream : Stream *
loadOptions : LoadOptions *
settings : ViewerSettings -> Viewer
Parameters
- stream
- Type: System.IOStream
The file stream. - loadOptions
- Type: GroupDocs.Viewer.OptionsLoadOptions
The document load options. - settings
- Type: GroupDocs.ViewerViewerSettings
The Viewer settings.
Exceptions
Remarks
See Also