PrApi: ResetDocument

ResetDocument

Clears the internal structure of the control.

 Public Function ResetDocument(
	  ByVal lastpage As Long ) As Boolean

Parameters

lastpage
Set this parameter to 1 for reset only the last captured page.

Return Values

On error false is returned and the error code and string of the control is set appropriately.

Languages

[Visual Basic] Public Function ResetDocument(ByVal lastpage As Long) As Boolean

[Delphi] function ResetDocument(lastpage: Integer): Boolean;

[C++] bool ResetDocument(int lastpage);

Remarks

See Also

Class PrApi Overview PrApi Properties PrApi Methods Recognize ResetFingerList