PdfDocumentCreateTextNote Method
Constructs a text note in the given PDF page at the given location and with the given text
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 18.0.0
public PdfTextNote CreateTextNote(
PdfPage page,
PointF location,
string text
)
- page PdfPage
- The PDF page where to create the note
- location PointF
- The location in PDF page where to create the note
- text String
- The text to be displayed in the text note
PdfTextNoteThe PDF text note that can be further customized