Namespace:
OmniPageCSDK.Objects
Assembly:
OmniPageCSDK.Objects (in OmniPageCSDK.Objects.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntaxpublic void Process(
FoundText foundtext,
FindTextAction action,
bool set
)
Public Sub Process (
foundtext As FoundText,
action As FindTextAction,
set As Boolean
)
public:
void Process(
FoundText^ foundtext,
FindTextAction action,
bool set
)
Parameters
- foundtext
- Type: OmniPageCSDK.ArgTypesFoundText
- action
- Type: OmniPageCSDK.ArgTypesFindTextAction
- set
- Type: SystemBoolean
See Also