Appends the hyperlink.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Field AppendHyperlink(
	string link,
	DocPicture picture,
	HyperlinkType type
)
Public Function AppendHyperlink ( 
	link As String,
	picture As DocPicture,
	type As HyperlinkType
) As Field
public:
virtual Field^ AppendHyperlink(
	String^ link, 
	DocPicture^ picture, 
	HyperlinkType type
) sealed
abstract AppendHyperlink : 
        link : string * 
        picture : DocPicture * 
        type : HyperlinkType -> Field 
override AppendHyperlink : 
        link : string * 
        picture : DocPicture * 
        type : HyperlinkType -> Field 

Parameters

link
String
The link.
picture
DocPicture
The picture to display.
type
HyperlinkType
The type of hyperlink.

Return Value

Field

Implements

IParagraph..::..AppendHyperlink(String, DocPicture, HyperlinkType)

See Also