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