SettingNodeSetOfBoolItem Property
|
Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 22.2.0.0 (22.2.22578.100)
Syntaxpublic bool this[
Enum index
] { get; set; }Public Default Property Item (
index As Enum
) As Boolean
Get
Set
public:
property bool default[Enum^ index] {
bool get (Enum^ index);
void set (Enum^ index, bool value);
}Parameters
- index
- Type: SystemEnum
Return Value
Type:
Boolean
See Also