AudioBinaryData Property

Returns the copy of an audio's data. In case of large amount of data consider using of GetStream method to prevent unnecessary loading of audio's data into memory or even OutOfMemoryException. Read-only byte.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public byte[] BinaryData { get; }

Property Value

Type: Byte

Implements

IAudioBinaryData
See Also