AnnotationDataFormat Enumeration |
Specifies the format used for serialized annotation data.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public 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