PdfFormAddTextBox(PdfPage, PdfFormTextBox) Method
Adds an existing text box field in form
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public void AddTextBox(
PdfPage pdfPage,
PdfFormTextBox textBox
)
Public Sub AddTextBox (
pdfPage As PdfPage,
textBox As PdfFormTextBox
)
public:
void AddTextBox(
PdfPage^ pdfPage,
PdfFormTextBox^ textBox
)
member AddTextBox :
pdfPage : PdfPage *
textBox : PdfFormTextBox -> unit
Parameters
- pdfPage PdfPage
- The PDF page where to add the noteText box
- textBox PdfFormTextBox
- The noteText box field to add