WFInfoViewSeverity Property
|
Use this property to display error severity type.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DispIdAttribute(30)]
public WFINFOVIEWSEVERITY Severity { get; }
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(false)>
<DispIdAttribute(30)>
Public ReadOnly Property Severity As WFINFOVIEWSEVERITY
Get
public:
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[BrowsableAttribute(false)]
[DispIdAttribute(30)]
property WFINFOVIEWSEVERITY Severity {
WFINFOVIEWSEVERITY get ();
}
Property Value
Type:
WFINFOVIEWSEVERITY
See Also