PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1AnchorCollection Class / Remove Method
The anchor to remove.

In This Topic
    Remove Method (C1AnchorCollection)
    In This Topic
    Removes a C1Anchor from the current collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal anchor As C1Anchor _
    ) 
    public void Remove( 
       C1Anchor anchor
    )

    Parameters

    anchor
    The anchor to remove.
    See Also