Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

Version Property






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

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)