Click or drag to resize

EditorViewSelAlignment Property

This property sets or returns the text alignment for the current selection.

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

Property Value

Type: Object
Remarks
If there are different alignment values present for a number of selected paragraphs, an empty variant is returned. Otherwise the return value is a Long containing a TECALIGNMENTS value.
See Also