PdfTextMarkupAnnotation Constructor (String, String, RectangleF, PdfFontBase)
|
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
public PdfTextMarkupAnnotation(
string title,
string text,
RectangleF rect,
PdfFontBase font
)
Public Sub New (
title As String,
text As String,
rect As RectangleF,
font As PdfFontBase
)
public:
PdfTextMarkupAnnotation(
String^ title,
String^ text,
RectangleF rect,
PdfFontBase^ font
)
new :
title : string *
text : string *
rect : RectangleF *
font : PdfFontBase -> PdfTextMarkupAnnotation
Parameters
-
title
-
Type:
System
String
The title of the annotation.
-
text
-
Type:
System
String
The text of the annotation.
-
rect
-
Type:
System.Drawing
RectangleF
The bounds of the annotation.
-
font
-
Type:
Spire.Pdf.Graphics
PdfFontBase
The font of the annotation.
See Also