←Select platform

DataArray Property

Summary
Gets the managed buffer containing one or more lines of output image data that the command has already converted.
Syntax
C#
VB
C++
Java
public byte[] DataArray { get; } 
Public ReadOnly Property DataArray As Byte() 
public byte[] getDataArray() 
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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.