PdfSoundAction
Synchronous Property
|
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: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
Boolean
true
if synchronous; otherwise,
false
.
See Also