Click or drag to resize

aceLogaddPage Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Parameters

name
Type: SystemString
scopeToNew (Optional)
Type: SystemBoolean
mode (Optional)
Type: getWritableFileMode
format (Optional)
Type: reportOutputFormatName

Return Value

Type: Object

Implements

ITextRender.addPage(String, Boolean, getWritableFileMode, reportOutputFormatName)
See Also