PdfAnnotation Constructor (PdfPageBase, String)
|
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Parameters
-
page
-
Type:
Spire.Pdf
PdfPageBase
-
text
-
Type:
System
String
See Also