Represents Annotation file information.
function lt.Annotations.Core.AnnCodecsInfo
class lt.Annotations.Core.AnnCodecsInfo()
The AnnCodecsInfo contains information about a valid annotation file. To get the information about an annotation file, use GetInfo or GetInfoFromXmlDocument.
This class contains the following members:
Member | Description |
---|---|
Format | Format of the annotation file. This will either be AnnFormat if the file contains valid LEADTOOLS Annotations data or AnnFormat.Unknown if the file doesn't contain valid LEADTOOLS Annotations data. |
Version | The version of the LEADTOOLS Annotation file. Currently this will be "1.0" if the file contains valid LEADTOOLS Annotations |
Pages | An array of integers that contain the pages numbers found in the file. |
For an example, refer to GetInfo
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET