Link Search Menu Expand Document

SoundAction Class

Represents the sound action.
Inheritance Hierarchy
SystemObject
Bytescout.PDFAction
Bytescout.PDFSoundAction

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public class SoundAction : Action

The SoundAction type exposes the following members.

Constructors
NameDescription
Public methodSoundAction
Initializes a new instance of the Bytescout.PDF.SoundAction.
Top
Properties
NameDescription
Public propertyMix
Gets or sets a value indicating whether to mix this sound with any other sound already playing.
Public propertyNext
Gets the sequence of actions to be performed after the action represented by this instance.
(Inherited from Action.)
Public propertyRepeat
Gets or sets a value indicating whether to repeat the sound indefinitely.
Public propertySound
Gets the sound.
Public propertySynchronous
Gets or sets a value indicating whether to play the sound synchronously or asynchronously.
Public propertyType
Gets the Bytescout.PDF.ActionType value that specifies the type of this action.
(Overrides ActionType.)
Public propertyVolume
Gets or sets the volume at which to play the sound, in the range -1.0 to 1.0.
Top
Methods
NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference