PdfDocumentCreateTextNote Method

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

Definition

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

Parameters

page  PdfPage
The PDF page where to create the note
location  PointFloat
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