Thickness Constructor (Double, Double, Double, Double)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes a new instance of the Thickness class.

Namespace:  Apitron.PDF.Kit.Styles
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public Thickness(
	double left,
	double top,
	double right,
	double bottom
)

Parameters

left
Type: SystemDouble
The left thickness, equivalent to FromPoints(Double) call.
top
Type: SystemDouble
The top thickness, equivalent to FromPoints(Double) call.
right
Type: SystemDouble
The right thickness, equivalent to FromPoints(Double) call.
bottom
Type: SystemDouble
The bottom thickness, equivalent to FromPoints(Double) call.
See Also

Reference