Click or drag to resize

VideoCollection Append Method ( Byte )

Creates and adds a video to a presentation from byte array.

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

Parameters

videoData
Type: System Byte
Video bytes.

Return Value

Type: VideoData
Added video.
See Also