|
PdfAnnotationElement Constructor |
Constructs a text annotation element.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public PdfAnnotationElement(
RectangleF rectangle,
string text
)
Public Sub New (
rectangle As RectangleF,
text As String
)
Parameters
- rectangle
- Type: System.DrawingRectangleF
The annotation rectangle in the pdf page. - text
- Type: SystemString
The annotation text.
See Also