Click or drag to resize

ITextAppendContentAppendFrame Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
HTML/XML adds

Namespace:  imbSCI.Core.reporting.render
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
Object AppendFrame(
	string content,
	int width,
	int height,
	string title = "",
	string footnote = "",
	IEnumerable<string> paragraphs = null
)
Request Example View Source

Parameters

content
Type: SystemString
Initial content
width
Type: SystemInt32
height
Type: SystemInt32
title (Optional)
Type: SystemString
Title of the section
footnote (Optional)
Type: SystemString
Description under the section
paragraphs (Optional)
Type: System.Collections.GenericIEnumerableString
Additional paragraphs to place inside

Return Value

Type: Object
OuterXML/String or proper DOM object of container
See Also