Click or drag to resize

DataRuleCreateChecker Method

TODO: doc

Namespace:  Kofax.OmniPageCSDK.Objects
Assembly:  Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntax
public static DataRule CreateChecker(
	bool lower,
	bool upper,
	bool digit,
	bool space,
	bool num,
	bool dot,
	bool comma,
	bool hyphen,
	bool slash,
	bool other,
	string chars,
	uint minLen,
	uint maxLen
)

Parameters

lower
Type: SystemBoolean
upper
Type: SystemBoolean
digit
Type: SystemBoolean
space
Type: SystemBoolean
num
Type: SystemBoolean
dot
Type: SystemBoolean
comma
Type: SystemBoolean
hyphen
Type: SystemBoolean
slash
Type: SystemBoolean
other
Type: SystemBoolean
chars
Type: SystemString
minLen
Type: SystemUInt32
maxLen
Type: SystemUInt32

Return Value

Type: DataRule
See Also