Click or drag to resize

EditorViewSelHangingIndent Property

This property sets or returns the hanging 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(155)]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public Object SelHangingIndent { 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