TextNoteElement Constructor

Constructs a text note element

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 11.0.0
C#
public TextNoteElement(
	RectangleFloat linkRectangle,
	string text
)

Parameters

linkRectangle  RectangleFloat
The link rectangle in page
text  String
The text annotation

See Also