C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1AnchorInfoCollection Class / Add Method
The C1AnchorInfo to add.

In This Topic
Add Method (C1AnchorInfoCollection)
In This Topic
Adds a C1AnchorInfo to the current collection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal anchorInfo As C1AnchorInfo _
) As Integer
 

Parameters

anchorInfo
The C1AnchorInfo to add.

Return Value

The index of the newly added object in the current collection.
See Also