EditorViewZoneValidationMode Property
|
This property turns on or off the zone validation mode.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[BindableAttribute(BindableSupport.Yes)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DispIdAttribute(185)]
public bool ZoneValidationMode { get; set; }
<BindableAttribute(BindableSupport.Yes)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DispIdAttribute(185)>
Public Property ZoneValidationMode As Boolean
Get
Set
public:
[BindableAttribute(BindableSupport::Yes)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[DispIdAttribute(185)]
property bool ZoneValidationMode {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
Remarks
In zone validation mode the ThumbnailView displays the content of only a single zone at a time, and also displays a docked Verifier
displaying the tracked image fragment. As the insertion mark changes its position in the text editor part, the related image part is
scrolled to the view in the image part and the tracked characters get highlighted. Note that Zone Validation was supported as a separate
control in former SDK releases.
See Also