Click or drag to resize

IWangCompatibleGetWangAttributeData Method

Returns a WangAttributeData object containing information about the annotation to be formatted as WANG data.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
WangAttributeData GetWangAttributeData()

Return Value

Type: WangAttributeData
A WangAttributeData object containing the information required to generate WANG data.
Remarks

The WangFormatter will call this method when serializing the AnnotationData.

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.

See Also