PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1AnchorText Class / C1AnchorText Constructor / C1AnchorText Constructor(String,String,Object)
The anchor's name.
The anchor's description.
Arbitrary user data.

In This Topic
    C1AnchorText Constructor(String,String,Object)
    In This Topic
    Initializes a new instance of the C1AnchorText class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal description As String, _
       ByVal userData As Object _
    )
    public C1AnchorText( 
       string name,
       string description,
       object userData
    )

    Parameters

    name
    The anchor's name.
    description
    The anchor's description.
    userData
    Arbitrary user data.
    See Also