EditorViewEnableProofReadDoneDialog Property
|
This property controls whether the proofread done dialog is displayed 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(203)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool EnableProofReadDoneDialog { get; set; }
<BindableAttribute(BindableSupport.Yes)>
<DispIdAttribute(203)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property EnableProofReadDoneDialog As Boolean
Get
Set
public:
[BindableAttribute(BindableSupport::Yes)]
[DispIdAttribute(203)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property bool EnableProofReadDoneDialog {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also