|
PdfRectangleElement Constructor (RectangleF) |
Constructs a pdf rectangle element.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 24.1
Syntax public PdfRectangleElement(
RectangleF rectangle
)
Public Sub New (
rectangle As RectangleF
)
Parameters
- rectangle
- Type: System.DrawingRectangleF
The rectangle specifications in system format.
See Also