VideoCollection
Append Method (Stream)
|
Creates and adds a video to a presentation from stream.
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public VideoData Append(
Stream stream
)
Public Function Append (
stream As Stream
) As VideoData
public:
VideoData^ Append(
Stream^ stream
)
member Append :
stream : Stream -> VideoData
Parameters
-
stream
-
Type:
System.IO
Stream
Stream to add video file from.
Return Value
Type:
VideoData
Added
VideoData
.
See Also