Represents supported annotation file formats.
lt.Annotations.Core.AnnFormat = {
Unknown: 0,
Annotations: 1
}
lt.Annotations.Core.AnnFormat = {
Unknown: 0,
Annotations: 1
}
Members
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
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