PrApi: Recognize

Recognize

Reads all of the data from a known document type.

 Public Function Recognize(
	  ByVal page As Long ) As Long

Parameters

page
The actual page of the image.

Return Values

A document reference.

Languages

[Visual Basic] Public Function Recognize(ByVal page As Long) As Long

[Delphi] function Recognize(page: Integer): Integer;

[C++] long Recognize(long page);

Remarks

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

See Also

Class PrApi Overview PrApi Properties PrApi Methods ReadUData ResetDocument