Click or drag to resize

EditorViewSelFontName Property

This property sets or returns the font 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(146)]
public Object SelFontName { get; set; }

Property Value

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