Click or drag to resize
Pdf Library for .NET

PdfRectangleElement(Single, Single, Single, Single) Constructor

Constructs a pdf rectangle element.

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntax
public PdfRectangleElement(
	float x,
	float y,
	float width,
	float height
)

Parameters

x  Single
The X coordinate of the top left corner of the rectangle.
y  Single
The Y coordinate of the top left corner of the rectangle.
width  Single
The rectangle width.
height  Single
The rectangle height.
See Also