Click or drag to resize
Pdf Library for .NET

PdfRectangleElement(RectangleF) Constructor

Constructs a pdf rectangle element.

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

Parameters

rectangle  RectangleF
The rectangle specifications in system format.
See Also