Adds an anchor (
C1Anchor or
C1AnchorText) at the current position in the document. Can be used only if
C1PrintDocument.IsStartEndDocMode is
true.
シンタックス
'宣言
Public Overloads Sub AddAnchor( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.Object _
)
'使用法
Dim instance As C1PrintDocument
Dim name As System.String
Dim description As System.String
Dim userData As System.Object
instance.AddAnchor(name, description, userData)
public void AddAnchor(
System.string ,
System.string ,
System.object
)
パラメータ
- name
- A string assigned to the C1Anchor.Name of the anchor.
- description
- A string assigned to the C1Anchor.Description of the anchor.
- userData
- Arbitrary data assigned to the C1Anchor.UserData of the anchor.
参照