'宣言 Public Overloads Function AddHyperlink( _ ByVal image As System.Drawing.Image, _ ByVal anchorName As System.String _ ) As ParagraphImage
'使用法 Dim instance As ParagraphObjectCollection Dim image As System.Drawing.Image Dim anchorName As System.String Dim value As ParagraphImage value = instance.AddHyperlink(image, anchorName)
public ParagraphImage AddHyperlink( System.Drawing.Image image, System.string anchorName )
パラメータ
- image
- The image to add.
- anchorName
- The name of the anchor which is the target of the hyperlink.
戻り値の型
A ParagraphImage object representing the specified image, associated with the specified hyperlink.