The AnnCodecsTagFormat Enumeration supports WPF/Silverlight.
The AnnCodecsTagFormat Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.
Supported annotation tag formats.| Visual Basic (Declaration) | |
|---|---|
Public Enum AnnCodecsTagFormat Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnCodecsTagFormat | |
| C# | |
|---|---|
public enum AnnCodecsTagFormat : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class AnnCodecsTagFormat : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Serialize | WPF Serialize format (not compatible with .NET 2.0/Win32 or WANG annotations). |
| Tiff | Save the object in WANG format, along with all LEAD properties not supported by the Wang specification. |
| Wang | Save only the properties supported by the Wang specification. |
For C#/VB examples, refer to AnnCodecs.SaveToTag.
Use this enumeration with the AnnCodecs.SaveToTag method to specify the format to be used when saving the annotation objects to a TIFF tag.
For more information, refer to WPF Annotation Files
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Annotations.AnnCodecsTagFormat
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code