Click or drag to resize

EditorViewSelRightIndent Property

This property sets or returns the right 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
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DispIdAttribute(154)]
public Object SelRightIndent { 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