|
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
)
Public Sub New (
rectangle As RectangleF
)
Parameters
- rectangle
- Type: System.DrawingRectangleF
The rectangle specifications in system format.
See Also