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