HiQPdf Documentation

PdfDocumentCreateTextNote Method

HiQPdf Client for .NET Core
Constructs a text note in the given PDF page at the given location and with the given text

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

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

Parameters

page
Type: HiQPdfClientPdfPage
The PDF page where to create the note
location
Type: HiQPdfClientPointFloat
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