C1.WPF.PrintDocument.4.6.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 _
) 
 

Parameters

anchor
The anchor to remove.
See Also