Apitron.PDF.Kit library for .NET
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
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
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