←Select platform

UpdateImage Property

Summary

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

Syntax

C#
VB
C++
public bool UpdateImage { get; set; } 
  
Public Property UpdateImage As Boolean 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly