The AnnCodecsTagFormat Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.
Supported annotation tag formats.| Visual Basic (Declaration) | |
|---|---|
<SerializableAttribute()> Public Enum AnnCodecsTagFormat Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnCodecsTagFormat | |
| C# | |
|---|---|
[SerializableAttribute()] public enum AnnCodecsTagFormat : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
[SerializableAttribute()] public enum class AnnCodecsTagFormat : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Serialize | .NET Serialize format (not compatible with 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 an example, 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 Annotation Files
System.Object
System.ValueType
System.Enum
Leadtools.Annotations.AnnCodecsTagFormat
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code