IAudioBinaryData 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)
Syntaxbyte[] BinaryData { get; }
ReadOnly Property BinaryData As Byte()
Get
property array<unsigned char>^ BinaryData {
array<unsigned char>^ get ();
}
abstract BinaryData : byte[] with get
Property Value
Type:
Byte
See Also