|  | 
| PdfAnnotationElement Constructor  | 
 
            Constructs a text annotation element.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic 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
See Also