Click or drag to resize

ITextAppendContentAppendLink Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Renders link, image or reference

Namespace:  imbSCI.Core.reporting.render
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
void AppendLink(
	string url,
	string name,
	string caption = "",
	appendLinkType linkType = appendLinkType.link
)
Request Example View Source

Parameters

url
Type: SystemString
url or reference id
name
Type: SystemString
Name of link
caption (Optional)
Type: SystemString
Title - popup content
linkType (Optional)
Type: imbSCI.Data.enums.appendsappendLinkType
Select if output is link, image or reference
See Also