Adds an anchor (
C1Anchor or
C1AnchorText) at the current position in the document. Can be used only if
C1PrintDocument.IsStartEndDocMode is
true.
This method is equivalent to C1PrintDocument.AddAnchor with the last two parameters (description and user data) specified as null values.
シンタックス
'宣言
Public Overloads Sub AddAnchor( _
ByVal As System.String _
)
'使用法
Dim instance As C1PrintDocument
Dim name As System.String
instance.AddAnchor(name)
public void AddAnchor(
System.string
)
パラメータ
- name
- A string assigned to the C1Anchor.Name of the anchor.
参照