Click or drag to resize

DataRule.CreateChecker Method

TODO: doc

Namespace:  Kofax.OmniPageCSDK.Objects
Assembly:  Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 22.2.0.0 (22.2.22578.100)
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: System.Boolean
upper
Type: System.Boolean
digit
Type: System.Boolean
space
Type: System.Boolean
num
Type: System.Boolean
dot
Type: System.Boolean
comma
Type: System.Boolean
hyphen
Type: System.Boolean
slash
Type: System.Boolean
other
Type: System.Boolean
chars
Type: System.String
minLen
Type: System.UInt32
maxLen
Type: System.UInt32

Return Value

Type: DataRule
See Also