Click or drag to resize

EditorViewSelFontName Property

This property sets or returns the font for the current selection.

Namespace:  OmniPageCSDK.ToolBoxes
Assembly:  OmniPageCSDK.ToolBoxes (in OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[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