C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / FindAnchor Method
The name to search for.

In This Topic
FindAnchor Method (C1PrintDocument)
In This Topic
Searches for an C1Anchor with the specified Name in the current document.
Syntax
'Declaration
 
Public Function FindAnchor( _
   ByVal anchorName As String _
) As C1AnchorInfo
 

Parameters

anchorName
The name to search for.

Return Value

A C1AnchorInfo object containing information about the found anchor, or null if none was found.
See Also