AnnotationDataFormat Enumeration |
Specifies the format used for serialized annotation data.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic enum AnnotationDataFormat
Public Enumeration AnnotationDataFormat
Members|
| Member name | Description |
|---|
| Xmp | The data is serialized using the XmpFormatter. |
| Wang | The data is serialized using the WangFormatter. |
See Also