Click or drag to resize

PdfSoundAction Properties

The PdfSoundAction type exposes the following members.

Properties
  NameDescription
Public propertyActionType
Gets the type of the action represented by this object. Returns PlaySound
(Overrides PdfActionActionType.)
Public propertyIsSynchronous
Gets or sets a value indicating whether this sound is to be played synchronously.
Public propertyMixWithPlayingSounds
Gets or sets a value indicating whether the sound will be mixed with already playing sounds.
Public propertyRepeat
Gets or sets a value indicating whether this PdfSoundAction is repeated when played.
Public propertySound
Gets or sets the Sound that will be played.
Public propertyVolume
Gets or sets the volume with which the sound with be played.
Top
See Also