←Select platform

IsPreprocess Property

Summary

Gets a value indicating whether ProcessField event using the associated instance of ProcessFieldEventArgs was fired before processing the field or after processing it.

Syntax
C#
VB
C++
public bool IsPreprocess { get; } 
Public ReadOnly Property IsPreprocess() As Boolean 
   Get 
public:  
   property bool IsPreprocess 
   { 
      bool get() 
   } 

Property Value

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.

Remarks

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.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.