SoundAnnotation

SoundAnnotation

Overview

SoundAnnotation is a class in Aspose.PDF FOSS for C++.

This class provides 3 methods for working with SoundAnnotation objects in C++ programs. Available methods include: Accept, Icon. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
Accept(visitor: AnnotationSelector)Calls Accept(visitor) on this SoundAnnotation instance.
Icon()SoundIconCalls Icon on this SoundAnnotation instance.
Icon(value: SoundIcon)Calls Icon(value) on this SoundAnnotation instance.

See Also