FormView.OnSettingPageZones Event
|
Caution |
---|
|
This API is preliminary and subject to change.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic event FormView.SettingPageZonesHandler OnSettingPageZones
Public Event OnSettingPageZones As FormView.SettingPageZonesHandler
public:
event FormView.SettingPageZonesHandler^ OnSettingPageZones {
void add (FormView.SettingPageZonesHandler^ value);
void remove (FormView.SettingPageZonesHandler^ value);
}
Value
Type:
Kofax.OmniPageCSDK.ToolBoxes.FormView.SettingPageZonesHandler
See Also