AnnotationDataFormat Enumeration |
Specifies the format used for serialized annotation data.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.5.0.230 (.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