 | PdfSoundActionSynchronous Property |
Gets or sets a flag specifying whether to play the sound synchronously or asynchronously.
Namespace: Patagames.Pdf.Net.ActionsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntaxpublic 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 */
public boolean get_Synchronous()
/** @property */
public void set_Synchronous(boolean value)
function get_Synchronous();
function set_Synchronous(value);
Property Value
Boolean
RemarksIf 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.
See Also