Click or drag to resize

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
Members
  Member nameDescription
Xmp The data is serialized using the XmpFormatter.
Wang The data is serialized using the WangFormatter.
See Also