[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.SoundAnnotation

Class SoundAnnotation

Namespace
GrapeCity.Documents.Pdf.Annotations
Assembly
GcDocs.Pdf.dll

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
Inheritance
object
SoundAnnotation
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Constructors

SoundAnnotation()

Initializes a new instance of the SoundAnnotation class.

public SoundAnnotation()

Properties

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.

public string Icon { get; set; }

Property Value

string

Sound

Gets or sets a SoundObject defining the sound to be played when the annotation is activated.

public SoundObject Sound { get; set; }

Property Value

SoundObject