←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
Java
WinRT C#
C++
public byte[] DataArray {get;} 
Public ReadOnly Property DataArray As Byte() 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize