Click or drag to resize

EditorViewSelLength Property

This property controls the length (number of characters) of the current selection.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[DispIdAttribute(138)]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public int SelLength { get; set; }

Property Value

Type: Int32
Remarks
See also SelStart, SelText and TextLength.
See Also