←Select platform

ImageData Property

Summary

The image data of the frame.

Syntax

C#
VB
Java
Objective-C
public byte[] ImageData {get; set;}
Public Property ImageData As Byte()
@property (nonatomic, assign, nullable) void *imageData
public byte[] getImageData() 
public setImageData(byte[] value) 

Property Value

The image data of the frame.

Remarks

The scanner will use the value of ImageData or ImageDataPointer. If the value of ImageData is not null, then it will be used and ImageDataPointer is ignored. Otherwise, ImageDataPointer will be used.

Requirements

Target Platforms

See Also

Reference

Frame Structure

Frame Members

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