Leadtools.Annotations Namespace : AnnCodecsTagFormat Enumeration |
[SerializableAttribute()] public enum AnnCodecsTagFormat : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <SerializableAttribute()> Public Enum AnnCodecsTagFormat Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As AnnCodecsTagFormat
[SerializableAttribute()] public enum class AnnCodecsTagFormat : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Tiff | Save the object in WANG format, along with all LEAD properties not supported by the Wang specification. |
0x00000001 | Wang | Save only the properties supported by the Wang specification. |
0x00000002 | Serialize | .NET Serialize format (not compatible with Win32 or WANG annotations). |
For more information, refer to Annotation Files
System.Object
System.ValueType
System.Enum
Leadtools.Annotations.AnnCodecsTagFormat