Click or drag to resize

styleTheme Constructor (aceBaseColorSetEnum, Int32, Int32, fourSideSetting, fourSideSetting, aceFont, aceFont)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the styleTheme class.

Namespace:  imbSCI.Core.reporting.style.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public styleTheme(
	aceBaseColorSetEnum colorSet,
	int h1Size,
	int pSize,
	fourSideSetting margin,
	fourSideSetting padding,
	aceFont pageFontName,
	aceFont headingFontName = aceFont.none
)
Request Example View Source

Parameters

colorSet
Type: imbSCI.Core.reporting.colorsaceBaseColorSetEnum
h1Size
Type: SystemInt32
Size of the h1.
pSize
Type: SystemInt32
Size of the p.
margin
Type: imbSCI.Core.reporting.geometricsfourSideSetting
The margin.
padding
Type: imbSCI.Core.reporting.geometricsfourSideSetting
The padding.
pageFontName
Type: imbSCI.Core.reporting.style.enumsaceFont
Name of the page font.
headingFontName (Optional)
Type: imbSCI.Core.reporting.style.enumsaceFont
Name of the heading font.
See Also