Initializes a new instance of the PdfAnnotation class
Namespace: Spire.Pdf.AnnotationsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
protected PdfAnnotation( PdfPageBase page, string text )
Protected Sub New ( page As PdfPageBase, text As String )
protected: PdfAnnotation( PdfPageBase^ page, String^ text )
new : page : PdfPageBase * text : string -> PdfAnnotation