Click or drag to resize

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
)

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