Click or drag to resize

EditorViewSelStart Property

This property controls the character index of the first character in the current selection.

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(137)]
public int SelStart { get; set; }

Property Value

Type: Int32
Remarks

It returns the current insertion position if no text is selected. A selection is defined programmatically by defining its starting point and length (number of characters).

See also SelLength, SelText and TextLength.

See Also