ImageViewProgressIndicationVisible Property
|
This property controls whether the ImageView level recognition progress indication is enabled or not.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[BindableAttribute(BindableSupport.Yes)]
[DispIdAttribute(134)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool ProgressIndicationVisible { get; set; }
<BindableAttribute(BindableSupport.Yes)>
<DispIdAttribute(134)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property ProgressIndicationVisible As Boolean
Get
Set
public:
[BindableAttribute(BindableSupport::Yes)]
[DispIdAttribute(134)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property bool ProgressIndicationVisible {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
Remarks
If this property is set to True, a color overlay indicates the displayed page's recognition progress.
See Also