←Select platform

AnnCodecsFormat Enumeration

Summary

Represents supported annotation file formats.

Syntax

C#
VB
C++
[SerializableAttribute()] 
public enum AnnCodecsFormat 
  
<SerializableAttribute()> 
Public Enum AnnCodecsFormat  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[SerializableAttribute()] 
public enum class AnnCodecsFormat : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0UnknownFormat is an Unknown (invalid) format.
1SerializeFormat is a .NET Serialize format (not compatible with LEADTOOLS Win32 annotations). Note that this is the only format that will support saving custom annotations.
2NativeThis format has been replaced by AnnCodecsFormat.Xml and is no longer supported.
3WmfUse 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.
4EncodedThis format has been replaced by AnnCodecsFormat.Xml and is no longer supported.
5XmlFormat 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.
6EmfUse 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.
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 (Deprecated).

Example

For an example, refer to AnnCodecs.

Requirements

Target Platforms

See Also

Reference

Leadtools.Annotations Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly