Interface Processor
Assembly: editdocuments.dll
Syntax
public interface Processor
Methods
|
Improve this Doc
View Source
RunProcess(DataInfo, Boolean)
Declaration
void RunProcess(DataInfo data, bool verbose = false)
Parameters
Type |
Name |
Description |
DataInfo |
data |
|
System.Boolean |
verbose |
|
Events
|
Improve this Doc
View Source
FinishProcessing
Declaration
event EventHandler FinishProcessing
Event Type
Type |
Description |
System.EventHandler |
|
|
Improve this Doc
View Source
FinishProcessingFile
Declaration
event EventHandler<TextArg> FinishProcessingFile
Event Type
Type |
Description |
System.EventHandler<TextArg> |
|
|
Improve this Doc
View Source
GotPlaceHolderPosition
Declaration
event EventHandler<TextArg> GotPlaceHolderPosition
Event Type
Type |
Description |
System.EventHandler<TextArg> |
|
|
Improve this Doc
View Source
PDFSaved
Declaration
event EventHandler<TextArg> PDFSaved
Event Type
Type |
Description |
System.EventHandler<TextArg> |
|
|
Improve this Doc
View Source
StartProcessing
Declaration
event EventHandler StartProcessing
Event Type
Type |
Description |
System.EventHandler |
|
|
Improve this Doc
View Source
StartProcessingFile
Declaration
event EventHandler<TextArg> StartProcessingFile
Event Type
Type |
Description |
System.EventHandler<TextArg> |
|
|
Improve this Doc
View Source
UpdateCounter
Declaration
event EventHandler<CounterArgs> UpdateCounter
Event Type