Evento DedNetApplicationDocumentRecognizingEvent
|
Evento chiamato in fase di riconoscimento documento che permette di modificare la struttura sottostante al documento
prima dell'esecuzione vera e propria dell'operazione. Viene chiamato anche immediatamente dopo l'esecuzione.
Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public event EventHandler<DocumentRecognizingEventArgs> DocumentRecognizingEvent
Public Event DocumentRecognizingEvent As EventHandler(Of DocumentRecognizingEventArgs)
public:
event EventHandler<DocumentRecognizingEventArgs^>^ DocumentRecognizingEvent {
void add (EventHandler<DocumentRecognizingEventArgs^>^ value);
void remove (EventHandler<DocumentRecognizingEventArgs^>^ value);
}
member DocumentRecognizingEvent : IEvent<EventHandler<DocumentRecognizingEventArgs>,
DocumentRecognizingEventArgs>
Valore
EventHandlerDocumentRecognizingEventArgsVedi anche