PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1Anchor Class / Name Property

In This Topic
    Name Property (C1Anchor)
    In This Topic
    Gets the name of the current anchor (must be unique within the document).
    Syntax
    'Declaration
     
    Public ReadOnly Property Name As String
    public string Name {get;}
    See Also