C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1AnchorCollection Class / Add Method
The anchor to add.

In This Topic
Add Method (C1AnchorCollection)
In This Topic
Adds a C1Anchor to the current collection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal anchor As C1Anchor _
) As Integer
 

Parameters

anchor
The anchor to add.

Return Value

Index of the newly added anchor in the current collection.
See Also