AsIsoTemplate Property

SourceAFIS

Fingerprint template in standard ISO format.

Namespace:  SourceAFIS.Simple
Assembly:  SourceAFIS (in SourceAFIS.dll)

Syntax

Visual Basic (Declaration)
Public Property AsIsoTemplate As Byte()
	Get
	Set
C#
public byte[] AsIsoTemplate { get; set; }
Visual C++
public:
property array<unsigned char>^ AsIsoTemplate {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}
JavaScript
function get_asIsoTemplate();
function set_asIsoTemplate(value);

Field Value

Value of Template converted to standard ISO/IEC 19794-2 (2005) format. This property is nullNothingnullptra null reference (Nothing in Visual Basic) if Template is nullNothingnullptra null reference (Nothing in Visual Basic).

Remarks

Use this property for two-way exchange of fingerprint templates with other biometric systems. For general use in SourceAFIS, use Template property which contains native template that is fine-tuned for best accuracy and performance in SourceAFIS.

SourceAFIS contains partial implementation of ISO/IEC 19794-2 (2005) standard. Multi-fingerprint ISO templates must be split into individual fingerprints before they are used in SourceAFIS. Value of Finger property is not automatically stored in the ISO template. It must be decoded separately.

See Also