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: 21.0.0.0 (21.0.19459.900)
Syntax
public DataRule(
	uint ruleType,
	string ruleString
)

Parameters

ruleType
Type: SystemUInt32
ruleString
Type: SystemString
See Also