FontView.OnFontChanged Event
|
Fired if a font is enabled/disabled; the change is done.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic event FontView.FontChangedHandler OnFontChanged
Public Event OnFontChanged As FontView.FontChangedHandler
public:
event FontView.FontChangedHandler^ OnFontChanged {
void add (FontView.FontChangedHandler^ value);
void remove (FontView.FontChangedHandler^ value);
}
Value
Type:
Kofax.OmniPageCSDK.ToolBoxes.FontView.FontChangedHandler
See Also