Aspose::Pdf::Annotations::SoundAnnotation class
Contents
[
Hide
]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
| Method | Description |
|---|---|
| Accept(System::SharedPtr<AnnotationSelector>) override | Accepts visitor object to process the annotation. |
| get_AnnotationType() override | Gets 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
- Class MarkupAnnotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++