EditorViewProofStopOn Property
|
This property controls the "proof stop on" condition.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax [BindableAttribute(BindableSupport.Yes)]
[DispIdAttribute(175)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public TECPROOFRESULTS ProofStopOn { get; set; }
<BindableAttribute(BindableSupport.Yes)>
<DispIdAttribute(175)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property ProofStopOn As TECPROOFRESULTS
Get
Set
public:
[BindableAttribute(BindableSupport::Yes)]
[DispIdAttribute(175)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property TECPROOFRESULTS ProofStopOn {
TECPROOFRESULTS get ();
void set (TECPROOFRESULTS value);
}
Property Value
Type:
TECPROOFRESULTSRemarks See Also