[]
The SoundAnnotation is analogous to a text annotation except that instead of a text note, it contains sound recorded from the computer’s microphone or imported from a file.
public class SoundAnnotation : MarkupAnnotation, IOwnedObject, IContentItem, IPdfDict
| Name | Description |
|---|---|
| SoundAnnotation() | Initializes a new instance of the SoundAnnotation class. |
| Name | Description |
|---|---|
| Icon | Gets or sets a string specifying the name of an icon used to display the annotation. The PDF specification provides a predefined set of icons, those are provided by the SoundAnnotationIcon class. |
| Sound | Gets or sets a SoundObject defining the sound to be played when the annotation is activated. |