←Select platform

ImageData Property

Summary

The image data of the frame.

Syntax

C#
VB
Java
Objective-C
C++
public byte[] ImageData { get; set; } 
Public Property ImageData As Byte() 
@property (nonatomic, assign, nullable) void *imageData 
             
public byte[] getImageData() 
public setImageData(byte[] value) 
             
public:  
   property array<Byte>^ ImageData 
   { 
      array<Byte>^ get() 
      void set(array<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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.CreditCards Assembly