Presentation
WavAudios Property
|
Gets the collection of all embedded audio.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public WavAudioCollection WavAudios { get; }
Public ReadOnly Property WavAudios As WavAudioCollection
Get
public:
property WavAudioCollection^ WavAudios {
WavAudioCollection^ get ();
}
member WavAudios : WavAudioCollection with get
Property Value
Type:
WavAudioCollection
See Also