 |
PdfRectangleElement(RectangleF) Constructor |
Constructs a pdf rectangle element.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic PdfRectangleElement(
RectangleF rectangle
)
Public Sub New (
rectangle As RectangleF
)
Parameters
- rectangle RectangleF
- The rectangle specifications in system format.
See Also