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
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: PdfTextNoteThe PDF text note that can be further customized
See Also