EditorViewSelSuperscript Property
|
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DispIdAttribute(144)]
[BrowsableAttribute(false)]
public bool SelSuperscript { get; set; }
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DispIdAttribute(144)>
<BrowsableAttribute(false)>
Public Property SelSuperscript As Boolean
Get
Set
public:
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[DispIdAttribute(144)]
[BrowsableAttribute(false)]
property bool SelSuperscript {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also