 |
PdfAnnotationElement Constructor |
Constructs a text annotation element.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic PdfAnnotationElement(
RectangleF rectangle,
string text
)
Public Sub New (
rectangle As RectangleF,
text As String
)
Parameters
- rectangle RectangleF
- The annotation rectangle in the pdf page.
- text String
- The annotation text.
See Also