Click or drag to resize

ITextAppendContentAppendLabel Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Appends the content with label decoration

Namespace:  imbSCI.Core.reporting.render
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
void AppendLabel(
	string content,
	bool isBreakLine = true,
	Object comp_style = null
)
Request Example View Source

Parameters

content
Type: SystemString
The content to show inside label
isBreakLine (Optional)
Type: SystemBoolean
if set to true if will break line after this append
comp_style (Optional)
Type: SystemObject
Special style tag, class, definition.
See Also