Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / SoundAnnotation Class / Sound Property

In This Topic
    Sound Property
    In This Topic
    Gets or sets a GrapeCity.Documents.Pdf.SoundObject defining the sound to be played when the annotation is activated.
    Syntax
    'Declaration
     
    Public Property Sound As SoundObject
    public SoundObject Sound {get; set;}
    See Also