PrintDocument for WinForms
FindAnchor メソッド (C1PrintDocument)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : FindAnchor メソッド
The name to search for.
Searches for an C1Anchor with the specified C1Anchor.Name in the current document.
シンタックス
'宣言
 
Public Function FindAnchor( _
   ByVal anchorName As System.String _
) As C1AnchorInfo
'使用法
 
Dim instance As C1PrintDocument
Dim anchorName As System.String
Dim value As C1AnchorInfo
 
value = instance.FindAnchor(anchorName)
public C1AnchorInfo FindAnchor( 
   System.string anchorName
)

パラメータ

anchorName
The name to search for.

戻り値の型

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

C1PrintDocument クラス
C1PrintDocument メンバ