InsertAudioFrameLinked
ShapeCollection.InsertAudioFrameLinked method
Creates a new audio frame linked to an external audio file and inserts it into the shape 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 to insert the audio frame. |
x | Single | The x-coordinate of the new audio frame, in points. |
y | Single | The y-coordinate of the new audio frame, in points. |
width | Single | The width of the new audio frame, in points. |
height | Single | The height of the new audio frame, in points. |
fname | String | The path or name of the external audio file to link. |
Return Value
The newly created IAudioFrame
.
See Also
- interface IAudioFrame
- class ShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides