HiQPdf Documentation

PdfTextNote Constructor

HiQPdf Client for .NET Core
Creates a text note

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

public PdfTextNote(
	PointFloat noteLocation,
	string noteText
)

Parameters

noteLocation
Type: HiQPdfClientPointFloat
The note location in PDF page
noteText
Type: SystemString
The note text
See Also

Reference