Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.FixedLayoutBoundary
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
Top
This class represents a size(Page boundaries)
Inheritance Hierarchy
Apitron.PDF.Kit.FixedLayoutBoundary
Namespace: Apitron.PDF.Kit.FixedLayout
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
The Boundary type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Boundary(Boundary) |
Initializes a new instance of the Boundary class.
| |
Boundary(Double, Double, BoundaryUnits) |
Initializes a new instance of the Boundary class.
| |
Boundary(Double, Double, Double, Double, BoundaryUnits) |
Initializes a new instance of the Boundary class.
|
Properties
Name | Description | |
---|---|---|
Bottom |
Gets the bottom coordinate of the boundary in the BoundaryUnits.
| |
Height |
Gets the height in the BoundaryUnits.
| |
IsEmpty |
Gets a value indicating whether this instance is empty.
| |
Left |
Gets the left coordinate of the boundary in the BoundaryUnits.
| |
Right |
Gets the right coordinate of the boundary in the BoundaryUnits.
| |
Top |
Gets the top coordinate of the boundary in the BoundaryUnits.
| |
Width |
Gets the width in the BoundaryUnits.
|
Methods
Name | Description | |
---|---|---|
GetBoundaryInPixels(Int32) |
Gets the boundary in pixels in the following format: [left bottom right top].
| |
GetBoundaryInPixels(Single) |
Gets the boundary in pixels in the following format: [left bottom right top].
| |
HaveIntersection(Boundary, Boundary) |
Checks if the specified boundaries have intersection.
| |
HaveIntersection(Boundary, Double, Double, Double, Double) |
Checks if the specified boundaries have intersection.
| |
Round |
Create new boundary by rounding the instance.
| |
ToString | (Overrides ObjectToString.) | |
Union |
Unions the specified boundaries.
|
See Also