Table of Contents

Constructor PdfBox

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

PdfBox(double, double, double, double)

Initializes a new instance of the PdfBox struct.

public PdfBox(double left, double bottom, double right, double top)

Parameters

left double

The x-coordinate of the lower-left corner of the rectangle.

bottom double

The y-coordinate of the lower-left corner of the rectangle.

right double

The x-coordinate of the upper-right corner of the rectangle.

top double

The y-coordinate of the upper-right corner of the rectangle.