PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / GotoAnchor Method
The name of the anchor.

In This Topic
    GotoAnchor Method (C1PreviewPane)
    In This Topic
    Ensures that the specified anchor (see C1.C1Preview.C1Anchor) is visible in the current preview pane.
    Syntax
    'Declaration
     
    Public Function GotoAnchor( _
       ByVal anchorName As String _
    ) As Boolean
    public bool GotoAnchor( 
       string anchorName
    )

    Parameters

    anchorName
    The name of the anchor.

    Return Value

    true if the anchor was found, false otherwise.
    See Also