PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1AnchorText Class / C1AnchorText Constructor / C1AnchorText Constructor(String,Int32)
The anchor's name.
The position within the text.

In This Topic
    C1AnchorText Constructor(String,Int32)
    In This Topic
    Initializes a new instance of the C1AnchorText class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal position As Integer _
    )
    public C1AnchorText( 
       string name,
       int position
    )

    Parameters

    name
    The anchor's name.
    position
    The position within the text.
    See Also