PrApi: CompareFace

CompareFace

Compares a captured face photo with one that is stored in rfid chip.

 Public Function CompareFace(
	  ByVal page As Long,
	  ByVal face_no As Long ) As Long

Parameters

page
The actual page of the image.
face_no
The ordinal number of the face image in rfid data.

Return Values

A document reference.

Languages

[Visual Basic] Public Function CompareFace(ByVal page As Long, ByVal face_no As Long) As Long

[Delphi] function CompareFace(page: Integer; face_no: Integer): Integer;

[C++] long CompareFace(long page, long face_no);

Remarks

The returned document reference can be feed to the PrDoc ActiveX control.

See Also

Class PrApi Overview PrApi Properties PrApi Methods CloseDevice CompleteTerminalAuth