Initializes new instance of class.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfTextMarkupAnnotation(
	string title,
	string text,
	RectangleF rect
)
Public Sub New ( 
	title As String,
	text As String,
	rect As RectangleF
)
public:
PdfTextMarkupAnnotation(
	String^ title, 
	String^ text, 
	RectangleF rect
)
new : 
        title : string * 
        text : string * 
        rect : RectangleF -> PdfTextMarkupAnnotation

Parameters

title
String
The title of the annotation.
text
String
The text of the annotation.
rect
RectangleF
The bounds of the annotation.

See Also