C#
VB
C++
Supported annotation tag formats.
[SerializableAttribute()]
public enum AnnCodecsTagFormat
<SerializableAttribute()>
Public Enum AnnCodecsTagFormat
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
[SerializableAttribute()]
public enum class AnnCodecsTagFormat : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | Tiff | Save the object in WANG format, along with all LEAD properties not supported by the Wang specification. |
1 | Wang | Save only the properties supported by the Wang specification. |
2 | Serialize | .NET Serialize format (not compatible with Win32 or WANG annotations). |
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 (Deprecated)
For an example, refer to AnnCodecs.SaveToTag.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET