Gets the copy of an image's data.
Read-only
Byte
[].
Namespace:
Spire.Presentation.Drawing
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
ReadOnly Property Data As Byte()
Get
property array<unsigned char>^ Data {
array<unsigned char>^ get ();
}
abstract Data : byte[] with get
Property Value
Type:
Byte
See Also