Gets a value indicating whether ProcessField event using the associated instance of ProcessFieldEventArgs was fired before processing the field or after processing it.
public bool IsPreprocess { get; }
Public ReadOnly Property IsPreprocess() As Boolean
Get
public:
property bool IsPreprocess
{
bool get()
}
true to indicate the ProcessField event was fired before processing a FormField. Otherwise, false to indicate the ProcessField event was fired after processing a FormField.
Knowing if a ProcessField event was fired before or after, may help users in improving the processing results. For example, knowing that a field is about to be processed allows users to apply special clean-up functions on a field that contains a lot of noise. Additionally, knowing that the processing was done on a field, allows users to restore the original imaged area before clean-up.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document