Viewer Constructor (FuncStream) |
Note: This API is now obsolete.
Initializes new instance of
Viewer class.
Namespace: GroupDocs.ViewerAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 21.3
Syntax[ObsoleteAttribute("This constructor is obsolete. Use constructor that accepts stream instead of stream factory.")]
public Viewer(
Func<Stream> getFileStream
)
<ObsoleteAttribute("This constructor is obsolete. Use constructor that accepts stream instead of stream factory.")>
Public Sub New (
getFileStream As Func(Of Stream)
)
public:
[ObsoleteAttribute(L"This constructor is obsolete. Use constructor that accepts stream instead of stream factory.")]
Viewer(
Func<Stream^>^ getFileStream
)
[<ObsoleteAttribute("This constructor is obsolete. Use constructor that accepts stream instead of stream factory.")>]
new :
getFileStream : Func<Stream> -> Viewer
Parameters
- getFileStream
- Type: GroupDocs.Viewer.CommonFuncStream
The method that returns readable stream.
Exceptions
Remarks
See Also