Click or drag to resize

TextData Constructor (WangAttributeData)

Creates a new instance of TextData 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 TextData(
	WangAttributeData data
)

Parameters

data
Type: Atalasoft.AnnotateWangAttributeData
A WangAttributeData object containing information about this annotation.
Remarks
The WangAttributeData must have the Bounds, Font, Text and Color1 properties set. If the annotation type is Attach-a-Note the Color2 property must also be set.
See Also