←Select platform

ImageDataPointer Property

Summary

The image data of the frame as a pointer to unmanaged data.

Syntax

C#
VB
Java
C++
public IntPtr ImageDataPointer { get; set; } 
Public Property ImageDataPointer As IntPtr 
public long getImageDataPointer() 
public void setImageDataPointer(long value) 
             
public:  
   property System::IntPtr ImageDataPointer 
   { 
      System::IntPtr get() 
      void set(System::IntPtr value) 
   } 

Property Value

A pointer to 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