←Select platform

Version Property

Summary

Gets or sets the version of the LEADTOOLS Annotation file

Syntax
C#
VB
Objective-C
C++
Java
public double Version { get; set; } 
Public Property Version As Double 
@property (nonatomic) double version; 
public double getVersion() 
public void setVersion(double value) 
public:  
   property double Version 
   { 
      double get() 
      void set(double value) 
   } 

Property Value

The version of the LEADTOOLS Annotation file.

Remarks

Currently the value of this property will be 1.0 if the file contains valid LEADTOOLS Annotations.

Example

For an example, refer to GetInfo or GetInfoFromString.

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.Annotations.Engine Assembly