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