LEADTOOLS Annotations (Leadtools.Annotations assembly)

Version Property

Show in webframe





Gets or sets the version of the annotation file.
Syntax
public int Version {get; set;}
'Declaration
 
Public Property Version As Integer
'Usage
 
Dim instance As AnnCodecsInformation
Dim value As Integer
 
instance.Version = value
 
value = instance.Version

            

            
public:
property int Version {
   int get();
   void set (    int value);
}

Property Value

An integer value that specifies the version of the annotation file.
Remarks
If '12' is returned, this refers to version 12 or earlier.
Requirements

Target Platforms

See Also

Reference

AnnCodecsInformation Class
AnnCodecsInformation Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.