Click or drag to resize

PdfRectangle Constructor (Double, Double, Double, Double)

Initializes a new instance of the PdfRectangle class with specified coordinates.

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public PdfRectangle(
	double left,
	double top,
	double right,
	double bottom
)

Parameters

left
Type: SystemDouble
The left coordinate of the rectangle.
top
Type: SystemDouble
The top coordinate of the rectangle.
right
Type: SystemDouble
The left coordinate of the rectangle.
bottom
Type: SystemDouble
The bottom coordinate of the rectangle.
See Also