Represents supported annotation file formats.
lt.Annotations.Engine.AnnFormat = {
unknown: 0,
annotations: 1
}
lt.Annotations.Engine.AnnFormat = {
unknown: 0,
annotations: 1
}
0 | Unknown |
(0)The format is unknown, not annotations. |
1 | Annotations |
(1)Format is XML. This is a text-based format for storing LEAD annotations in the XML (Extensible Markup Language) format. |
Use this enumeration with the Save method to specify the format to be used when saving the annotation objects.
For more information, refer to Annotation Files.
For an example, refer to GetInfo
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document