←Select platform

Version Property

Summary

The FormRecognitionEngine version to use when recognizing forms.

Syntax
C#
C++/CLI
Java
Python
public static int Version { get; set; } 
public:  
   static property Int32 Version 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 
public int getVersion(); 
public static void setVersion( 
   int intValue 
); 
Version # get and set (FormRecognitionEngine) 

Property Value

The 'Version' associated with the current FormRecognitionEngine.

Acceptable Values Description
1 .NET binary formatter
2 Platform independent and default for v20 and later

The default value of Version is LatestVersion.

Remarks To use existing master forms with the .NET Standard, you must upgrade them first to version 2. To test, run the CSMasterFormsEditor demo and select File/Update and select the desired repository.

Requirements

Target Platforms

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

Leadtools.Forms.Recognition Assembly

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