PdfTextMarkupAnnotation Constructor (String, String, String, PointF, PdfFontBase)
|
Note: This API is now obsolete.
Initializes new instance of class.
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
[ObsoleteAttribute("please use other to overload methods")]
public PdfTextMarkupAnnotation(
string markupTitle,
string text,
string markupText,
PointF point,
PdfFontBase pdfFont
)
<ObsoleteAttribute("please use other to overload methods")>
Public Sub New (
markupTitle As String,
text As String,
markupText As String,
point As PointF,
pdfFont As PdfFontBase
)
public:
[ObsoleteAttribute(L"please use other to overload methods")]
PdfTextMarkupAnnotation(
String^ markupTitle,
String^ text,
String^ markupText,
PointF point,
PdfFontBase^ pdfFont
)
[<ObsoleteAttribute("please use other to overload methods")>]
new :
markupTitle : string *
text : string *
markupText : string *
point : PointF *
pdfFont : PdfFontBase -> PdfTextMarkupAnnotation
Parameters
-
markupTitle
-
Type:
System
String
The markup annotation title.
-
text
-
Type:
System
String
The string specifies the text of the annotation.
-
markupText
-
Type:
System
String
The string specifies the markup text of the annotation.
-
point
-
Type:
System.Drawing
PointF
The location of the markup text annotation.
-
pdfFont
-
Type:
Spire.Pdf.Graphics
PdfFontBase
Thespecifies the text appearance of the markup text annotation.
See Also