Fingerprint image as Bitmap object.
Namespace:
SourceAFIS.SimpleAssembly: SourceAFIS (in SourceAFIS.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property AsBitmap As Bitmap Get Set |
C# |
---|
public Bitmap AsBitmap { get; set; } |
Visual C++ |
---|
public: property Bitmap^ AsBitmap { Bitmap^ get (); void set (Bitmap^ value); } |
JavaScript |
---|
function get_asBitmap(); function set_asBitmap(value); |
Field Value
Fingerprint image from Image property converted to Bitmap object or nullNothingnullptra null reference (Nothing in Visual Basic) if Image is nullNothingnullptra null reference (Nothing in Visual Basic).
Remarks
Use this property in WinForms applications.