PdfDocumentCreateTextNote Method

Constructs a text note in the given PDF page at the given location and with the given text

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfTextNote CreateTextNote(
	PdfPage page,
	PointF location,
	string text
)

Parameters

page  PdfPage
The PDF page where to create the note
location  PointF
The location in PDF page where to create the note
text  String
The text to be displayed in the text note

Return Value

PdfTextNote
The PDF text note that can be further customized

See Also