Click or drag to resize

ShapeList InsertAudioMedia Method (Int32, String, RectangleF, Boolean)

Insert an audio to collection.

Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void InsertAudioMedia(
	int index,
	string filePath,
	RectangleF rectangle,
	bool isEmbed
)

Parameters

index
Type: System Int32
filePath
Type: System String
Audio file path
rectangle
Type: System.Drawing RectangleF
Rectangle should be inserted.
isEmbed
Type: System Boolean
Whether embed or not,default not
See Also