Initializes a new instance of the PdfAnnotation class
Namespace: Spire.Pdf.AnnotationsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
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