Initializes a new instance of the C1AnchorText class.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public C1AnchorText(
	string name,
	string description,
	Object userData,
	int position
)
Visual Basic
Public Sub New ( _
	name As String, _
	description As String, _
	userData As Object, _
	position As Integer _
)

Parameters

name
Type: System..::..String
The anchor's name.
description
Type: System..::..String
The anchor's description.
userData
Type: System..::..Object
Arbitrary user data.
position
Type: System..::..Int32
The position within the text.

See Also