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