Fingerprint image as raw image in byte array.
Namespace:
SourceAFIS.Simple
Assembly:
SourceAFIS (in SourceAFIS.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property AsImageData As Byte()
Get
Set |
| C# |
|---|
public byte[] AsImageData { get; set; } |
| JavaScript |
|---|
function get_asImageData();
function set_asImageData(value); |
Field Value
Fingerprint image from
Image property converted to raw image
(one-dimensional byte array) or
nullNothingnullptra null reference (Nothing in Visual Basic) if
Image
is
nullNothingnullptra null reference (Nothing in Visual Basic).
See Also