PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 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 C1Anchor.Name in the current document.
    Syntax
    'Declaration
     
    Public Function FindAnchor( _
       ByVal anchorName As String _
    ) As C1AnchorInfo
    public C1AnchorInfo FindAnchor( 
       string anchorName
    )

    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