←Select platform

Version Property

Summary

The FormRecognitionEngine version to use when recognizing forms.

Syntax

C#
VB
C++
Java
public static int Version { get; set; } 
Public Shared Property Version() As Integer 
   Get 
   Set 
public:  
   static property Int32 Version 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 
public int getVersion(); 
public static void setVersion( 
   int intValue 
); 

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

Leadtools.Forms.Recognition Assembly