Aspose::Pdf::Annotations::SoundAnnotation class

SoundAnnotation class

Represents a sound annotation that contains sound recorded from the computer’s microphone or imported from a file.

class SoundAnnotation : public Aspose::Pdf::Annotations::MarkupAnnotation

Methods

MethodDescription
Accept(System::SharedPtr<AnnotationSelector>) overrideAccepts visitor object to process the annotation.
get_AnnotationType() overrideGets type of annotation.
get_Icon()Gets an icon to be used in displaying the annotation.
get_SoundData()Gets a sound object defining the sound to be played when the annotation is activated.
set_Icon(SoundIcon)Sets an icon to be used in displaying the annotation.
SoundAnnotation(System::SharedPtr<Aspose::Pdf::Page>, System::SharedPtr<Rectangle>, System::String)Creates new Sound annotation on the specified page.
SoundAnnotation(System::SharedPtr<Aspose::Pdf::Page>, System::SharedPtr<Rectangle>, System::String, System::SharedPtr<SoundSampleData>)Creates new Sound annotation on the specified page.

See Also