Click or drag to resize

imbDocumentBuilderBaseTDoc, TPageloadDocument Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Loads the document from filepath into internal object of TDoc type as current document

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

Parameters

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

Return Value

Type: FileInfo
FileInfo pointing to the loaded document

Implements

ITextRenderloadDocument(String, String, reportOutputFormatName)
See Also