PrApi: GetEnhancedUV

GetEnhancedUV

Get enhanced UV.

 Public Function GetEnhancedUV(
	  ByVal page As Long,
	  ByVal imgtype As Long ) As Long

Parameters

page
The actual page of the image.
imgtype
The type of the image. The possible values are defined in the PR_IMAGE_TYPE enumeration.

Return Values

Resulted image data which can be feed to a GxVariantOCX control.

Languages

[Visual Basic] Public Function GetEnhancedUV(ByVal page As Long, ByVal imgtype As Long) As Long

[Delphi] function GetEnhancedUV(page: Long; imgtype: Long): Long;

[C++] long GetEnhancedUV(long page, long imgtype);

Remarks

Make enhanced UV image from the captured UV and white image. The Passport Reader system going to remove white backlight from UV.

See Also

Class PrApi Overview PrApi Properties PrApi Methods GetEngineInfo GetError