Click or drag to resize

EditorViewSelText Property

This property returns the currently selected character string.

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(139)]
public string SelText { get; set; }

Property Value

Type: String
Remarks
See also SelStart, SelLength and TextLength.
See Also