Click or drag to resize

ITextRenderloadPage Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Loads the page from filepath. If it is document type then imports page with targeted name

Namespace:  imbSCI.Core.reporting.render
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
Object loadPage(
	string filepath,
	string name = "",
	reportOutputFormatName format = reportOutputFormatName.none
)
Request Example View Source

Parameters

filepath
Type: SystemString
The filepath.
name (Optional)
Type: SystemString
The name.
format (Optional)
Type: imbSCI.Core.reporting.formatreportOutputFormatName

Return Value

Type: Object
See Also