Click or drag to resize

ImageFileIsBlank Method

This method returns True if the page identified with the optional Page index parameter is a blank image.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public bool IsBlank(
	[OptionalAttribute] int Page
)

Parameters

Page (Optional)
Type: SystemInt32

Return Value

Type: Boolean
Remarks

If the Page parameter is unspecified or -1 the first page will be analyzed.

See Also