Click or drag to resize

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
)

Parameters

stream
Type: System.IO Stream
Stream to add video file from.

Return Value

Type: VideoData
Added VideoData .
See Also