[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.SoundAnnotation

SoundAnnotation Class

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.

Namespace: GrapeCity.Documents.Pdf.Annotations
Assembly: DS.Documents.Pdf.dll
Syntax
public class SoundAnnotation : MarkupAnnotation, IOwnedObject, IContentItem, IPdfDict
Public Class SoundAnnotation
    Inherits MarkupAnnotation
    Implements IOwnedObject, IContentItem, IPdfDict

Constructors

Name Description
SoundAnnotation()

Initializes a new instance of the SoundAnnotation class.

Properties

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.

Extension Methods