[]
Gets or sets a value specifying whether to play the sound synchronously or asynchronously. If true, the interactive PDF processor retains control, allowing no further user interaction other than canceling the sound, until the sound has been completely played.
The default is false.
public bool Synchronous { get; set; }
Public Property Synchronous As Boolean