Click or drag to resize

imbStringBuilderBaseAppendFrame Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Appends the frame.

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

Parameters

content
Type: SystemString
The content.
width
Type: SystemInt32
The width.
height
Type: SystemInt32
The height.
title (Optional)
Type: SystemString
The title.
footnote (Optional)
Type: SystemString
The footnote.
paragraphs (Optional)
Type: System.Collections.GenericIEnumerableString
The paragraphs.

Return Value

Type: Object
See Also