IWangCompatible Interface |
Namespace: Atalasoft.Annotate
The IWangCompatible type exposes the following members.
Name | Description | |
---|---|---|
GetWangAttributeData | Returns a WangAttributeData object containing information about the annotation to be
formatted as WANG data. |
The WangFormatter will only convert AnnotationData objects that implement the IWangCompatible interface. Below is a list of classes which implement this interface:
Note to implementors:
In addition to the GetWangAttributeData method there must be a constructor that
takes a WangAttributeData object in the class to allow the WangFormatter to
deserialize the data.