Click or drag to resize

Padding(Double, Double, LengthUnit) Constructor

Initializes a new instance of the Padding struct with specified left/right and top/bottom padding in specified measurement unit.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public Padding(
	double leftRight,
	double topBottom,
	LengthUnit unit
)

Parameters

leftRight  Double
The left/right padding.
topBottom  Double
The top/bottom padding.
unit  LengthUnit
The measurement unit used to specify padding.
See Also