C#
VB
C++
Supported annotation tag formats.
public enum AnnCodecsTagFormat
Public Enum AnnCodecsTagFormat
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
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 | WPF Serialize format (not compatible with .NET 2.0/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 WPF Annotation Files
For C#/VB examples, 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