Click or drag to resize

ShapeList InsertAudioMedia Method (Int32, String, Single, Single, 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,
	float X,
	float Y,
	bool isEmbed
)

Parameters

index
Type: System Int32
filePath
Type: System String
Audio file path
X
Type: System Single
X Position
Y
Type: System Single
Y Position
isEmbed
Type: System Boolean
Whether embed or not,default not
See Also