InsertAudioFrameLinked
ShapeCollection.InsertAudioFrameLinked method
Creates a new audio frame with linked audio file and inserts it to a collection at the specified index.
public IAudioFrame InsertAudioFrameLinked(int index, float x, float y, float width, float height,
string fname)
Parameter | Type | Description |
---|---|---|
index | Int32 | The zero-based index at which audio frame should be inserted. |
x | Single | X coordinate of a new audio frame. |
y | Single | Y coordinate of a new audio frame. |
width | Single | Width of a new audio frame. |
height | Single | Height of a new audio frame. |
fname | String | Audio file name. |
Return Value
Created AudioFrame object.
See Also
- interface IAudioFrame
- class ShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides