Show / Hide Table of Contents

MaxCaptureCount Property

MaxCaptureCount

The number of "good" fingerprint captures required to enroll.

C#
public int MaxCaptureCount { get; }

Property Value

Type Description
int

Remarks

In order to enroll a fingerprint, it is necessary to provide the fingerprint. The reader will need several examples of the fingerprint, generally from a number of angles. Once it has MaxCaptureCount good examples, it will consider the fingerprint enrolled. If it cannot get enough "good" examples, it will not accept the fingerprint and will require the user to start over.

In this article
Back to top Generated by DocFX