SettingNodeSetOfBoolItem Property
|
Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 20.1.0.0 (20.1.16620.2100)
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