Gets or sets embedded audio data.
Read/write
AudioData
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
IAudioData Data { get; set; }
Property Data As IAudioData
Get
Set
property IAudioData^ Data {
IAudioData^ get ();
void set (IAudioData^ value);
}
abstract Data : IAudioData with get, set
Property Value
Type:
IAudioData
See Also