[]
        
(Showing Draft Content)

C1.C1Preview.C1PrintDocument.FindAnchor

FindAnchor Method

FindAnchor(string)

Searches for an C1Anchor with the specified Name in the current document.

Declaration
public C1AnchorInfo FindAnchor(string anchorName)
Parameters
Type Name Description
string anchorName

The name to search for.

Returns
Type Description
C1AnchorInfo

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