PdfSoundAnnotationWidget
Sound Property
|
Gets or sets the sound of the annotation.
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfSound Sound { get; set; }
Public Property Sound As PdfSound
Get
Set
public:
property PdfSound^ Sound {
PdfSound^ get ();
void set (PdfSound^ value);
}
member Sound : PdfSound with get, set
Property Value
Type:
PdfSound
See Also