Represents supported annotation file formats.
public enum AnnCodecsFormat
Public Enum AnnCodecsFormat
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class AnnCodecsFormat : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | Unknown |
Format is an Unknown (invalid) format. Not supported in Silverlight. |
1 | Native |
This format has been replaced by AnnCodecsFormat.Xml and is no longer supported. |
2 | Wmf |
Use the Windows WMF format (LEADTOOLS .NET 2.0/Win32 compatible). Note that this format is Save only. LEADTOOLS for WPF annotations library will not load or get information for a WMF file. Not supported in Silverlight. |
3 | Encoded |
This format has been replaced by AnnCodecsFormat.Xml and is no longer supported. Not supported in Silverlight. |
4 | Xml | (0x00000004)
Format is XML. This is a text-based format for storing LEAD annotations that follows the XML (Extensible Markup Language) format. This is upward compatible and LEADTOOLS CDLL and .NET annotations compatible. Not supported in Silverlight. |
5 | NativeXml |
Format is pure WPF/Silverlight XML. This is a text-based format for storing LEAD annotations that follows the XML (Extensible Markup Language) format. This is upward compatible but not compatible with LEADTOOLS CDLL and .NET annotations. Supported in Silverlight. |
Use this enumeration with the AnnCodecs.Save method to specify the format to be used when saving the annotation objects to a file or stream.
Also, the AnnCodecs.GetInformation method will return a member of this enumeration in the AnnCodecsInformation.Format property specifying the annotation format in the file or stream.
For more information, refer to WPF Annotation Files.
For C#/VB examples, refer to AnnCodecs.
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