Click or drag to resize

aceLogAppendImage Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Core.core
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public void AppendImage(
	string imageSrc,
	string imageAltText,
	string imageRef
)
Request Example View Source

Parameters

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

Implements

ITextAppendContent.AppendImage(String, String, String)
See Also