Click or drag to resize

EditorViewSelLeftIndent Property

This property sets or returns the left text indent for the current selection.

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

Property Value

Type: Object
Remarks
If there are different indent values present in the selection, an empty variant is returned. Otherwise the return value is a Long containing the indent value in TWIPS.
See Also