Note: This topic is for Document/Medical only.
Prior to version 14.5, annotations could be saved using the AnnCodecs.Save method in one of three formats:
AnnCodecsFormat.NativeXml - a .NET Serialize format
Prior to version 14.5, the Native format was the preferred format for storing annotation files. Beginning with version 14.5, a text-based format became available for annotations - AnnCodecsFormat.Xml. This is a text-based format for storing LEAD annotations that follows the XML (Extensible Markup Language) format. The XML format is replacing the Native format as the preferred format for storing annotations. There are many advantages of using the XML format:
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