Leadtools.Annotations Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
AnnCodecsFormat Enumeration
See Also  
Leadtools.Annotations Namespace : AnnCodecsFormat Enumeration



Represents supported annotation file formats.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Enum AnnCodecsFormat 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As AnnCodecsFormat
C# 
[SerializableAttribute()]
public enum AnnCodecsFormat : Enum 
C++/CLI 
[SerializableAttribute()]
public enum class AnnCodecsFormat : public Enum 

Members

MemberDescription
Unknown Format is an Unknown (invalid) format.
Serialize Format is a .NET Serialize format (not compatible with LEADTOOLS Win32 annotations).
Native This format has been replaced by AnnCodecsFormat.Xml and is no longer supported.
Wmf Use the 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.
Encoded This format has been replaced by AnnCodecsFormat.Xml and is no longer supported.
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.
Emf Use the 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.

Example

For an example, refer to AnnCodecs.

Remarks

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 Annotation Files.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Annotations.AnnCodecsFormat

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features