Click or drag to resize

textFormatSetupBase Constructor (Int32, Int32, Int32, Int32, Int32, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Konstruktor za dvodimenziono podesavanje

Namespace:  imbSCI.Core.reporting.zone
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public textFormatSetupBase(
	int __width,
	int __height,
	int __leftRightMargin,
	int __topBottomMargin,
	int __leftRightPadding,
	int __topBottomPadding
)
Request Example View Source

Parameters

__width
Type: SystemInt32
__height
Type: SystemInt32
__leftRightMargin
Type: SystemInt32
__topBottomMargin
Type: SystemInt32
__leftRightPadding
Type: SystemInt32
__topBottomPadding
Type: SystemInt32
See Also