Boundary Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a size(Page boundaries)
Inheritance Hierarchy

SystemObject
  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

public sealed class Boundary

The Boundary type exposes the following members.

Constructors

  NameDescription
Public methodBoundary(Boundary)
Initializes a new instance of the Boundary class.
Public methodCode exampleBoundary(Double, Double, BoundaryUnits)
Initializes a new instance of the Boundary class.
Public methodCode exampleBoundary(Double, Double, Double, Double, BoundaryUnits)
Initializes a new instance of the Boundary class.
Top
Properties

  NameDescription
Public propertyBottom
Gets the bottom coordinate of the boundary in the BoundaryUnits.
Public propertyHeight
Gets the height in the BoundaryUnits.
Public propertyIsEmpty
Gets a value indicating whether this instance is empty.
Public propertyLeft
Gets the left coordinate of the boundary in the BoundaryUnits.
Public propertyRight
Gets the right coordinate of the boundary in the BoundaryUnits.
Public propertyTop
Gets the top coordinate of the boundary in the BoundaryUnits.
Public propertyWidth
Gets the width in the BoundaryUnits.
Top
Methods

  NameDescription
Public methodCode exampleGetBoundaryInPixels(Int32)
Gets the boundary in pixels in the following format: [left bottom right top].
Public methodCode exampleGetBoundaryInPixels(Single)
Gets the boundary in pixels in the following format: [left bottom right top].
Public methodStatic memberHaveIntersection(Boundary, Boundary)
Checks if the specified boundaries have intersection.
Public methodStatic memberHaveIntersection(Boundary, Double, Double, Double, Double)
Checks if the specified boundaries have intersection.
Public methodRound
Create new boundary by rounding the instance.
Public methodToString
Returns a String that represents the current Object.
(Overrides ObjectToString.)
Public methodStatic memberUnion
Unions the specified boundaries.
Top
See Also

Reference