Boundary Constructor (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 width,
	double height,
	BoundaryUnits units = BoundaryUnits.Points
)

Parameters

width
Type: SystemDouble
The width.
height
Type: SystemDouble
The height.
units (Optional)
Type: Apitron.PDF.Kit.FixedLayoutBoundaryUnits
The units.
Examples

C#
Boundary boundaries = new Boundary(8.5, 11, BoundaryUnits.Inches);
See Also

Reference