![]() | Pdf |
The PdfSoundAction type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfSoundAction(PdfDocument, PdfSound) | Initializes a new instance of the PdfSoundAction class with the document and the destination. |
![]() | PdfSoundAction(PdfDocument, IntPtr) | Initializes a new instance of the PdfAction class. |
Name | Description | |
---|---|---|
![]() | Mix | Gets or sets a flag specifying whether to mix this sound with any other sound already playing. |
![]() | Repeat | Gets or sets a flag specifying whether to repeat the sound indefinitely. If this property is set to true, the Synchronous property is ignored. |
![]() | Sound | Gets or sets a sound object defining the sound to be played. |
![]() | Synchronous | Gets or sets a flag specifying whether to play the sound synchronously or asynchronously. |
![]() | Volume | Gets or sets the volume at which to play the sound, in the range −1.0 to 1.0; |