FormViewOnSettingPageZones 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 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