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
Syntaxpublic bool IsBlank(
[OptionalAttribute] int Page
)
Public Function IsBlank (
<OptionalAttribute> Page As Integer
) As Boolean
public:
bool IsBlank(
[OptionalAttribute] [InAttribute] int Page
)
Parameters
- Page (Optional)
- Type: System.Int32
Return Value
Type:
Boolean
Remarks
If the Page parameter is unspecified or -1 the first page will be analyzed.
See Also