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

Syntax

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

Parameters

link
String
picture
DocPicture
type
HyperlinkType

Return Value

Field

See Also