Click or drag to resize

Padding(Double, Double, Double, Double, LengthUnit) Constructor

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

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public Padding(
	double left,
	double top,
	double right,
	double bottom,
	LengthUnit unit
)

Parameters

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