The AnnCodecsFormat Enumeration supports WPF/Silverlight.
The AnnCodecsFormat Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.
Represents supported annotation file formats.Visual Basic (Declaration) | |
---|---|
Public Enum AnnCodecsFormat Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnCodecsFormat |
C# | |
---|---|
public enum AnnCodecsFormat : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class AnnCodecsFormat : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Encoded | This format has been replaced by AnnCodecsFormat.Xml and is no longer supported. |
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 LEASDTOOLS CDLL and .NET annotations. |
Unknown | Format is an Unknown (invalid) format. |
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. |
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 LEASDTOOLS CDLL and .NET annotations compatible. |
For C#/VB examples, refer to AnnCodecs.
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.
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Annotations.AnnCodecsFormat
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)