Click or drag to resize

ITextRenderaddPage Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds new page, drives cursor to upper-left corner

Namespace:  imbSCI.Core.reporting.render
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
Object addPage(
	string name,
	bool scopeToNew = true,
	getWritableFileMode mode = getWritableFileMode.autoRenameThis,
	reportOutputFormatName format = reportOutputFormatName.none
)
Request Example View Source

Parameters

name
Type: SystemString
The name of newly created page.
scopeToNew (Optional)
Type: SystemBoolean
mode (Optional)
Type: imbSCI.Data.enumsgetWritableFileMode
In case page with the same name already exists
format (Optional)
Type: imbSCI.Core.reporting.formatreportOutputFormatName

Return Value

Type: Object
Page object - usually not directly used
See Also