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