Click or drag to resize

imbStringBuilderBaseAppendImage Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Appends the image tag/call.

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

Parameters

imageSrc
Type: SystemString
Source url/path of the image
imageAltText
Type: SystemString
The image alt text.
imageRef
Type: SystemString
The image reference ID used internally
Exceptions
ExceptionCondition
NotImplementedException
See Also