Returns Stream stream for reading.
Use 'using' or close stream after using.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic Stream GetStream()
Public Function GetStream As Stream
public:
virtual Stream^ GetStream() sealed
abstract GetStream : unit -> Stream
override GetStream : unit -> Stream
Return Value
Type:
StreamStream for reading.
Implements
IAudioGetStream
See Also