FormViewOnSettingPageZones Event
|
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic event FormViewSettingPageZonesHandler OnSettingPageZones
Public Event OnSettingPageZones As FormViewSettingPageZonesHandler
public:
event FormViewSettingPageZonesHandler^ OnSettingPageZones {
void add (FormViewSettingPageZonesHandler^ value);
void remove (FormViewSettingPageZonesHandler^ value);
}
Value
Type:
Kofax.OmniPageCSDK.ToolBoxesFormViewSettingPageZonesHandler
See Also