Presentation
GetStream Method
|
Gets the document as a stream to read from.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public override Stream GetStream()
Public Overrides Function GetStream As Stream
public:
virtual Stream^ GetStream() override
abstract GetStream : unit -> Stream
override GetStream : unit -> Stream
Return Value
Type:
Stream
A
Stream
to read from.
See Also