C#
VB
C++
Gets or sets the format of the annotation file or stream.
public AnnCodecsFormat Format { get; set; } Public Property Format As Leadtools.Annotations.AnnCodecsFormat
public:property Leadtools.Annotations.AnnCodecsFormat Format {Leadtools.Annotations.AnnCodecsFormat get();void set ( Leadtools.Annotations.AnnCodecsFormat );}
An AnnCodecsFormat value that specifies the format of the annotation file or stream.
Possible values are:
| Format | Description |
|---|---|
| AnnCodecsFormat.Unknown | Unknown (invalid) format. LEADTOOLS for .NET will not be able to load this file or stream. The Pages value will always be 0. |
| AnnCodecsFormat.Serialize | .NET Serialize format. (not compatible with LEADTOOLS Win32 annotations). |
| AnnCodecsFormat.Native | Native format. LEADTOOLS for .NET should be able to load this file or stream. Note: This format has been replaced by AnnCodecsFormat.Xml, and is no longer supported. |
| AnnCodecsFormat.Wmf | Windows WMF format. (LEADTOOLS Win32 compatible). Note that this format is Save only. LEADTOOLS for .NET annotations library will not load or get information for a WMF file. |
| AnnCodecsFormat.Emf | Windows EMF format. (LEADTOOLS Win32 compatible). Note that this format is Save only. LEADTOOLS for .NET annotations library will not load or get information for a EMF file. |
| AnnCodecsFormat.Encoded | A binary format. Note: This format has been replaced by AnnCodecsFormat.Xml, and is no longer supported. |
| AnnCodecsFormat.Xml | 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 Win32 compatible. For more information, refer to **New Annotation Features of Version 14.5**. |
For an example, 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
