| 
				   
                             Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28 	
                       		
			       | 
             
| 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;}
public byte[] getDataArray()
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.