EditorViewOnCharacterProperties Event
|
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic event EditorViewCharacterPropertiesHandler OnCharacterProperties
Public Event OnCharacterProperties As EditorViewCharacterPropertiesHandler
public:
event EditorViewCharacterPropertiesHandler^ OnCharacterProperties {
void add (EditorViewCharacterPropertiesHandler^ value);
void remove (EditorViewCharacterPropertiesHandler^ value);
}
Value
Type:
Kofax.OmniPageCSDK.ToolBoxesEditorViewCharacterPropertiesHandler
See Also