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