Click or drag to resize

aceLogsavePage Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Core.core
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public FileInfo savePage(
	string name,
	reportOutputFormatName format = reportOutputFormatName.none
)
Request Example View Source

Parameters

name
Type: SystemString
format (Optional)
Type: reportOutputFormatName

Return Value

Type: FileInfo

Implements

ITextRender.savePage(String, reportOutputFormatName)
See Also