Gets or sets the sound of the annotation.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

PdfSound

See Also