Constructs a text note element

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public TextNoteElement(
	RectangleF linkRectangle,
	string text
)
Visual Basic
Public Sub New ( 
	linkRectangle As RectangleF,
	text As String
)
Visual C++
public:
TextNoteElement(
	RectangleF linkRectangle, 
	String^ text
)

Parameters

linkRectangle
Type: System.Drawing..::..RectangleF
The link rectangle in page
text
Type: System..::..String
The text annontation

See Also