Viewer Constructor (FuncStream, FuncLoadOptions) |
Initializes new instance of
Viewer class.
Namespace: GroupDocs.ViewerAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntaxpublic Viewer(
Func<Stream> getFileStream,
Func<LoadOptions> getLoadOptions
)
Public Sub New (
getFileStream As Func(Of Stream),
getLoadOptions As Func(Of LoadOptions)
)
public:
Viewer(
Func<Stream^>^ getFileStream,
Func<LoadOptions^>^ getLoadOptions
)
new :
getFileStream : Func<Stream> *
getLoadOptions : Func<LoadOptions> -> Viewer
Parameters
- getFileStream
- Type: SystemFuncStream
The method that returns readable stream. - getLoadOptions
- Type: SystemFuncLoadOptions
The methods that returns document load options.
Exceptions
Remarks
See Also