'Declaration Public Overloads Function AddHyperlink( _ ByVal image As Image, _ ByVal anchorName As String _ ) As ParagraphImage
public ParagraphImage AddHyperlink( Image image, string anchorName )
Parameters
- image
- The image to add.
- anchorName
- The name of the anchor which is the target of the hyperlink.
Return Value
A ParagraphImage object representing the specified image, associated with the specified hyperlink.