Click or drag to resize
Pdf Library for .NET

PdfRectangleElement Constructor (RectangleF)

Constructs a pdf rectangle element.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public PdfRectangleElement(
	RectangleF rectangle
)

Parameters

rectangle
Type: System.DrawingRectangleF
The rectangle specifications in system format.
See Also