HiQPdf Documentation

PdfDocumentCreateTextNote Method

Quickly Create High Quality PDFs
Constructs a text note in the given PDF page at the given location and with the given text

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public PdfTextNote CreateTextNote(
	PdfPage page,
	PointF location,
	string text
)

Parameters

page
Type: HiQPdfPdfPage
The PDF page where to create the note
location
Type: System.DrawingPointF
The location in PDF page where to create the note
text
Type: SystemString
The text to be displayed in the text note

Return Value

Type: PdfTextNote
The PDF text note that can be further customized
See Also

Reference