Click or drag to resize

aceLogloadPage 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 loadPage(
	string filepath,
	string name = "",
	reportOutputFormatName format = reportOutputFormatName.none
)
Request Example View Source

Parameters

filepath
Type: SystemString
name (Optional)
Type: SystemString
format (Optional)
Type: reportOutputFormatName

Return Value

Type: Object

Implements

ITextRender.loadPage(String, String, reportOutputFormatName)
See Also