Aspose::Pdf::Annotations::SoundAnnotation klass

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

MetodBeskrivning
Accept(System::SharedPtr<AnnotationSelector>) overrideAccepterar besökarobjekt för att bearbeta anteckningen.
get_AnnotationType() overrideHä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