LEADTOOLS (Leadtools assembly)

DataArray Property

Show in webframe







Gets the managed buffer containing one or more lines of output image data that the command has already converted.
Syntax
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();
}

Property Value

The buffer containing one or more lines of output image data that the command has already converted.
Remarks

This property returns the data in a managed buffer. To get the data in an unmanaged buffer, use the Data property.

Example
For an example, refer to ColorResolutionCommandDataEventArgs
Requirements

Target Platforms

See Also

Reference

ColorResolutionCommandDataEventArgs Class
ColorResolutionCommandDataEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.