ImageGear Professional v18.2 > API Reference Guide > ARTX Component API Reference > ARTX Component Objects > IGArtXCtl Control > IGArtXCtrl Methods > CreateAudio Method |
Creates Audio annotation with specified properties.
Only WAVE audio format is supported. |
CreateAudio(
Rect As IGRectangle,
FileName As String) As IGArtXAudio
Name | Description |
---|---|
Rect | Rectangle object that contains coordinates and dimensions for the annotation to be created. |
FileName | Audio file name for the annotation. |
New instance of IGArtXAudio Object.
N/A