Click or drag to resize

builderForStyleAppendImage Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.reporting.render.builders
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public override void AppendImage(
	string imageSrc,
	string imageAltText,
	string imageRef
)
Request Example View Source

Parameters

imageSrc
Type: SystemString
imageAltText
Type: SystemString
imageRef
Type: SystemString

Implements

ITextAppendContentAppendImage(String, String, String)
See Also