Namespace:  C1.Win.C1PrintPreview
Assembly:  C1.Win.C1PrintPreview.Classic.2 (in C1.Win.C1PrintPreview.Classic.2.dll)

Syntax

C#
public C1Anchor FindAnchor(
	string anchorName,
	out IDrawel drawel
)
Visual Basic (Declaration)
Public Function FindAnchor ( _
	anchorName As String, _
	<OutAttribute> ByRef drawel As IDrawel _
) As C1Anchor

Parameters

anchorName
Type: System..::.String
drawel
Type: IDrawel%

See Also