EditorViewSelUnderline Property
|
This property controls whether all the underlined characters are bold or not.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax [DispIdAttribute(142)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public bool SelUnderline { get; set; }
<DispIdAttribute(142)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(false)>
Public Property SelUnderline As Boolean
Get
Set
public:
[DispIdAttribute(142)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[BrowsableAttribute(false)]
property bool SelUnderline {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanRemarks
Setting this parameter will apply the formatting to the selection.
See Also