Leadtools.ImageProcessing Namespace > ColorResolutionCommandDataEventArgs Class : DataArray Property |
public byte[] DataArray {get;}
'Declaration Public ReadOnly Property DataArray As Byte()
'Usage Dim instance As ColorResolutionCommandDataEventArgs Dim value() As Byte value = instance.DataArray
public byte[] DataArray {get;}
get_DataArray();
public: property array<byte>^ DataArray { array<byte>^ get(); }
This property returns the data in a managed buffer. To get the data in an unmanaged buffer, use the Data property.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2