LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

DataArray Property






Gets the managed buffer containing one or more lines of output image data that the command has already converted. .NET support Silverlight support WinRT support
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;}
 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: 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

See Also

Reference

ColorResolutionCommandDataEventArgs Class
ColorResolutionCommandDataEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

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