ActionPlaySound Method (Stream) |
Namespace: GemBox.Presentation
Exception | Condition |
---|---|
ArgumentNullException | stream is . |
ArgumentException | stream is not readable. |
Sound is always stored in a Waveform Audio File Format (Wav) stream that is embedded in the presentation.
Do not set any member on the returned AudioContent because they are not supported in this context (for example, they won't be saved to a PPTX file).
To set a sound for the action, either use this method or the Sound property.