version Property

Summary

Gets or sets the version of the LEADTOOLS Annotation file.

Syntax

JavaScript Syntax
Object.defineProperty(AnnCodecsInfo.prototype, 'version', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
version: number; 

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

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