←Select platform

UpdateImage Property

Summary
Gets or sets the update the user image with the cleaned one.

Syntax
C#
VB
C++
Java
public bool UpdateImage { get; set; } 
  
Public Property UpdateImage As Boolean 
public boolean getUpdateImage(); 
public void setUpdateImage( 
   boolean booleanValue 
); 
public: 
property bool UpdateImage { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

True to update the user image with the cleaned one, otherwise it is false.

Example

For an example, refer to PageRecognitionOptions.

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.Recognition Assembly

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