Click or drag to resize

ShapeList AppendVideoMedia Method (String, RectangleF, Boolean)

Add a new video to collection.

Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public IVideo AppendVideoMedia(
	string filePath,
	RectangleF rectangle,
	bool isInnerLink
)

Parameters

filePath
Type: System String
rectangle
Type: System.Drawing RectangleF
isInnerLink
Type: System Boolean

Return Value

Type: IVideo
See Also