Click or drag to resize

PdfSoundActionSynchronous Property

Gets or sets a flag specifying whether to play the sound synchronously or asynchronously.

Namespace: Patagames.Pdf.Net.Actions
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public bool Synchronous { get; set; }

Property Value

Boolean
Remarks
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.
See Also