AsImageData Property

SourceAFIS

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; }
Visual C++
public:
property array<unsigned char>^ AsImageData {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}
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