Click or drag to resize

ITextRenderaddDocument Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates new document both in filesytem and internal memory. Location for new file is current directory.

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

Parameters

name
Type: SystemString
Name of new document. It will transform it to filename version and add proper file extension. No problem if you put extension alone.
scopeToNew (Optional)
Type: SystemBoolean
mode (Optional)
Type: imbSCI.Data.enumsgetWritableFileMode
How any existing file should be handled
format (Optional)
Type: imbSCI.Core.reporting.formatreportOutputFormatName

Return Value

Type: Object
fileinfo pointing to the newly created focument.
See Also