Click or drag to resize

ITextRenderloadDocument 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
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
FileInfo loadDocument(
	string filepath,
	string name = "",
	reportOutputFormatName format = reportOutputFormatName.none
)
Request Example View Source

Parameters

filepath
Type: SystemString
The filepath.
name (Optional)
Type: SystemString
Name of loaded document or if importPage pages to import
format (Optional)
Type: imbSCI.Core.reporting.formatreportOutputFormatName

Return Value

Type: FileInfo
FileInfo pointing to the loaded document
See Also