Gets or sets the sound.

Namespace: Spire.Pdf.Actions
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

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
represents the sound.

See Also