Click or drag to resize

metaDocumentThemeCollectionmakeStandardTheme Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creation of new theme

Namespace:  imbSCI.Reporting.meta.theme
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public metaDocumentTheme makeStandardTheme(
	string name,
	string baseColorA,
	string baseColorB,
	string baseColorC,
	aceFont pageFontName,
	aceFont headingFontName
)
Request Example View Source

Parameters

name
Type: SystemString
baseColorA
Type: SystemString
baseColorB
Type: SystemString
baseColorC
Type: SystemString
pageFontName
Type: imbSCI.Core.reporting.style.enumsaceFont
headingFontName
Type: imbSCI.Core.reporting.style.enumsaceFont

Return Value

Type: metaDocumentTheme
See Also