←Select platform

Version Property

Summary

Gets or sets the version of the LEADTOOLS Annotation file

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public double Version { get; set; } 
Public Property Version As Double 
public double Version {get; set;} 
@property (nonatomic) double version; 
public double getVersion() 
public void setVersion(double value) 
             
  
get_Version(); 
set_Version(value); 
Object.defineProperty('Version');  
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, GetInfoFromString or GetInfoAsync

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