LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

AnnCodecsFormat Enumeration






Represents supported annotation file formats. .NET support
Syntax
'Declaration
 
Public Enum AnnCodecsFormat 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As AnnCodecsFormat
public enum AnnCodecsFormat : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.Windows.Annotations.AnnCodecsFormat = function() { };
Leadtools.Windows.Annotations.AnnCodecsFormat.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class AnnCodecsFormat : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
Encoded

This format has been replaced by AnnCodecsFormat.Xml and is no longer supported. Not supported in Silverlight, Windows Phone 7.

Native

This format has been replaced by AnnCodecsFormat.Xml and is no longer supported.

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, Windows Phone 7.

Unknown

Format is an Unknown (invalid) format. Not supported in Silverlight, Windows Phone 7.

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, Windows Phone 7.

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 CDLL and .NET annotations compatible. Not supported in Silverlight, Windows Phone 7.

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

Example

For C#/VB examples, refer to AnnCodecs.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Windows.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.Windows.Annotations Namespace

 

 


Products | Support | Contact Us | Copyright Notices

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