Initializes a new instance of the
PdfBox struct.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfBox(
double left,
double bottom,
double right,
double top
)
VB
Public Sub New (
left As Double,
bottom As Double,
right As Double,
top As Double
)
Parameters
- left
- Type: System.Double
The x-coordinate of the lower-left corner of the rectangle. - bottom
- Type: System.Double
The y-coordinate of the lower-left corner of the rectangle. - right
- Type: System.Double
The x-coordinate of the upper-right corner of the rectangle. - top
- Type: System.Double
The y-coordinate of the upper-right corner of the rectangle.
See Also