Click or drag to resize

CommentData Constructor (WangAttributeData)

Creates a new instance of CommentData from WANG annotation information.

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

Parameters

data
Type: Atalasoft.AnnotateWangAttributeData
A WangAttributeData object containing information about this annotation.
Remarks
WANG does not support comments. This constructor only exists to insure initialization of the annotation.
See Also