←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#
C++/CLI
Python
public bool IsPreprocess { get; } 
public:  
   property bool IsPreprocess 
   { 
      bool get() 
   } 
IsPreprocess # get  (ProcessFieldEventArgs) 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

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