Click or drag to resize

styleTextSizeSet Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Automatically recalculats

Namespace:  imbSCI.Core.reporting.style.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public styleTextSizeSet(
	int sizeForH1,
	int sizeForText,
	fourSideSetting H1Margin,
	fourSideSetting H1Padding
)
Request Example View Source

Parameters

sizeForH1
Type: SystemInt32
Size of the biggest text heading
sizeForText
Type: SystemInt32
Size of normal test (i.e. paragraph)
H1Margin
Type: imbSCI.Core.reporting.geometricsfourSideSetting
Margin of the biggest text heading
H1Padding
Type: imbSCI.Core.reporting.geometricsfourSideSetting
Padding of H1
See Also