'宣言 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.