Aspose::Pdf::Annotations::SoundAnnotation klass
Innehåll
[
Dölj
]SoundAnnotation class
Representerar en ljudanteckning som innehåller ljud inspelat från datorns mikrofon eller importerat från en fil.
class SoundAnnotation : public Aspose::Pdf::Annotations::MarkupAnnotation
Metoder
| Metod | Beskrivning |
|---|---|
| Accept(System::SharedPtr<AnnotationSelector>) override | Accepterar besökarobjekt för att bearbeta anteckningen. |
| get_AnnotationType() override | Hämtar typ av annotation. |
| get_Icon() | Hämtar en ikon som ska användas för att visa annotationen. |
| get_SoundData() | Hämtar ett ljudobjekt som definierar ljudet som ska spelas när anteckningen aktiveras. |
| set_Icon(SoundIcon) | Ställer in en ikon som ska användas för att visa annotationen. |
| SoundAnnotation(const System::SharedPtr<Aspose::Pdf::Page>&, const System::SharedPtr<Rectangle>&, const System::String&) | Skapar en ny ljudanteckning på den angivna sidan. |
| SoundAnnotation(const System::SharedPtr<Aspose::Pdf::Page>&, const System::SharedPtr<Rectangle>&, const System::String&, const System::SharedPtr<SoundSampleData>&) | Skapar en ny ljudanteckning på den angivna sidan. |
Se även
- Class MarkupAnnotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++