Boundary Constructor (Double, Double, Double, Double, BoundaryUnits)

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

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

public Boundary(
	double left,
	double bottom,
	double right,
	double top,
	BoundaryUnits units = BoundaryUnits.Points
)

Parameters

left
Type: SystemDouble
The left.
bottom
Type: SystemDouble
The bottom.
right
Type: SystemDouble
The right.
top
Type: SystemDouble
The top.
units (Optional)
Type: Apitron.PDF.Kit.FixedLayoutBoundaryUnits
The units.
Examples

C#
Boundary boundary = new Boundary(0, 0, 400, 300, BoundaryUnits.Milimeter);
See Also

Reference