ImageGear PDF v25.1 - Updated July 30, 2021
ImGearARTAudio Class
Members  Example 




ImageGear.Art Assembly > ImageGear.ART Namespace : ImGearARTAudio Class
Represents ART Audio mark.
Object Model
ImGearARTAudio ClassImGearRectangle StructureImGearRectangle Structure
Syntax
'Declaration
 
Public Class ImGearARTAudio 
   Inherits ImGearARTMark
 
'Usage
 
Dim instance As ImGearARTAudio
Example
// Setup rectangle for the audio mark's location.
ImGearRectangle igRectangle = new ImGearRectangle(10,10,100,20);
// Create the audio mark annotation pointing to test.wav
ImGearARTAudio igARTAudio = new ImGearARTAudio(
    igRectangle, "test.wav"
);
// Add the annotation to the ARTPage.
igARTPage.AddMark(igARTAudio, ImGearARTCoordinatesType.IMAGE_COORD);
Inheritance Hierarchy

System.Object
   ImageGear.ART.ImGearARTSelection
      ImageGear.ART.ImGearARTMark
         ImageGear.ART.ImGearARTAudio

See Also

Reference

ImGearARTAudio Members
ImageGear.ART Namespace