Skip to main content
All docs
V23.2

PdfSoundAnnotation Members

A sound annotations – a note that contains a sound recorded or imported form a file.

Properties

Name Description
Appearance Gets the annotation’s appearance state on the PDF form. Inherited from PdfAnnotation.
AppearanceName Gets or sets the name of the appearance which is currently being used to draw the annotation on the PDF form. Inherited from PdfAnnotation.
Border Gets the annotation’s border, which will be drawn as a rounded rectangle. Inherited from PdfAnnotation.
Color Gets the color of the annotation. Inherited from PdfAnnotation.
Contents Gets the text that will be displayed for the annotation on the PDF form. Inherited from PdfAnnotation.
CreationDate Gets the date and time when the annotation was created in the document. Inherited from PdfMarkupAnnotation.
FilterType Gets the type into which the annotation falls in the Type filter.
Flags Gets or sets flags that specify various characteristics of the annotation. Inherited from PdfAnnotation.
IconName Gets or sets the name of the sound annotation icon.
InReplyTo Gets an annotation that requires a reply to another annotation. Inherited from PdfMarkupAnnotation.
Intent Gets the name that describes the intent of the markup annotation. Inherited from PdfMarkupAnnotation.
Modified Gets the date and time when the annotation was most recently modified. Inherited from PdfAnnotation.
Name Gets the annotation name. Inherited from PdfAnnotation.
Opacity Gets the opacity value that is used in painting the annotation. Inherited from PdfMarkupAnnotation.
OptionalContent Gets the optional content specifying the optional content properties for the annotation. Inherited from PdfAnnotation.
Page Gets the page with which the annotation is associated. Inherited from PdfAnnotation.
Popup Gets a pop-up annotation for entering or editing the text associated with this annotation. Inherited from PdfMarkupAnnotation.
Rect Gets the annotation rectangle that defines the location of the annotation on the page in default user space units. Inherited from PdfAnnotation.
ReplyType Gets a name specifying the relationship (the reply type) between this annotation and the annotation obtained in the PdfMarkupAnnotation.InReplyTo property. Inherited from PdfMarkupAnnotation.
RichTextData Gets a rich text that is displayed in the pop-up window when the annotation is opened. Inherited from PdfMarkupAnnotation.
Sound Returns a sound attached to an annotation.
StructParent Gets the integer key of the annotation’s entry in the structural parent tree. Inherited from PdfAnnotation.
Subject Gets a description of the subject being addressed by the annotation. Inherited from PdfMarkupAnnotation.
Title Gets the text displayed in the title bar of the annotation’s pop-up window when the annotation is open and active. Inherited from PdfMarkupAnnotation.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also