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