Click or drag to resize

PdfSoundAction Properties

The PdfSoundAction type exposes the following members.

Properties
 NameDescription
Public propertyMix Gets or sets a flag specifying whether to mix this sound with any other sound already playing.
Public propertyRepeat Gets or sets a flag specifying whether to repeat the sound indefinitely. If this property is set to true, the Synchronous property is ignored.
Public propertySound Gets or sets a sound object defining the sound to be played.
Public propertySynchronous Gets or sets a flag specifying whether to play the sound synchronously or asynchronously.
Public propertyVolume Gets or sets the volume at which to play the sound, in the range −1.0 to 1.0;
Top
See Also