Gets or sets a value whether to play the sound synchronously or asynchronously. If this flag is true, the viewer application retains control, allowing no further user interaction other than canceling the sound, until the sound has been completely played. Default value: false.

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 bool Synchronous { get; set; }
Public Property Synchronous As Boolean
	Get
	Set
public:
property bool Synchronous {
	bool get ();
	void set (bool value);
}
member Synchronous : bool with get, set

Property Value

Boolean
true if synchronous; otherwise, false.

See Also