Click or drag to resize

DataRule Constructor (UInt32, String)

Creating a data rule by its type and the string according to its type (if any).

Namespace:  Kofax.OmniPageCSDK.Objects
Assembly:  Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntax
public DataRule(
	uint ruleType,
	string ruleString
)

Parameters

ruleType
Type: SystemUInt32
ruleString
Type: SystemString
See Also