Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.CreditCards Namespace > Frame Structure : ImageData Property |
public byte[] ImageData {get; set;}
'Declaration
Public Property ImageData As Byte()
@property (nonatomic, assign, nullable) void *imageData
public byte[] getImageData() public setImageData(byte[] value)
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.