PdfTextNote Constructor

Creates a text note

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public PdfTextNote(
	PointFloat noteLocation,
	string noteText
)

Parameters

noteLocation  PointFloat
The note location in PDF page
noteText  String
The note text

See Also