Click or drag to resize

EditorViewSelColor Property

This property sets or returns the font color 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)]
[DispIdAttribute(148)]
[BrowsableAttribute(false)]
public Object SelColor { get; set; }

Property Value

Type: Object
Remarks
If there are multiple colors used in the selection, an empty variant is returned. Otherwise the return value is an OLE_COLOR.
See Also