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