PdfDocumentCreateTextNote Method
Constructs a text note in the given PDF page at the given location and with the given text
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public PdfTextNote CreateTextNote(
PdfPage page,
PointFloat location,
string text
)
Public Function CreateTextNote (
page As PdfPage,
location As PointFloat,
text As String
) As PdfTextNote
public:
PdfTextNote^ CreateTextNote(
PdfPage^ page,
PointFloat^ location,
String^ text
)
member CreateTextNote :
page : PdfPage *
location : PointFloat *
text : string -> PdfTextNote
- page PdfPage
- The PDF page where to create the note
- location PointFloat
- 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