C1AnchorText Constructor(String,Int32)
In This Topic
Initializes a new instance of the
C1AnchorText class.
Syntax
'Declaration
Public Function New( _
ByVal As String, _
ByVal As Integer _
)
public C1AnchorText(
string ,
int
)
Parameters
- name
- The anchor's name.
- position
- The position within the text.
See Also