Click or drag to resize

VideoCollection Append Method (VideoData)

Adds a copy of an video file from an another presentation.

Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public VideoData Append(
	VideoData videoData
)

Parameters

videoData
Type: Spire.Presentation VideoData
Source video.

Return Value

Type: VideoData
Added video.
See Also