LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

AnnCodecsFormat Enumeration






Represents supported annotation file formats.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Enum AnnCodecsFormat 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As AnnCodecsFormat
Leadtools.Annotations.AnnCodecsFormat = function() { };
Leadtools.Annotations.AnnCodecsFormat.prototype = {
LeadtoolsMemberMarker(replace me) };
[SerializableAttribute()]
public enum class AnnCodecsFormat : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
EmfUse 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.
EncodedThis format has been replaced by AnnCodecsFormat.Xml and is no longer supported.
NativeThis format has been replaced by AnnCodecsFormat.Xml and is no longer supported.
SerializeFormat is a .NET Serialize format (not compatible with LEADTOOLS Win32 annotations). Note that this is the only format that will support saving custom annotations.
UnknownFormat is an Unknown (invalid) format.
WmfUse 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.
XmlFormat 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.
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.

Example
For an example, refer to AnnCodecs.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.Annotations Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.