Click or drag to resize

ShapeList InsertAudioMedia Method (Int32, Stream, RectangleF)

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,
	Stream stream,
	RectangleF rectangle
)

Parameters

index
Type: System Int32
Index to inserted.
stream
Type: System.IO Stream
Audio stream
rectangle
Type: System.Drawing RectangleF
Rectangle should be inserted.
See Also