PdfFormAddTextBox Method
Creates a text box form field in PDF form of the PDF document
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public void AddTextBox(
PdfPage pdfPage,
PdfFormTextBox textBox
)
Public Sub AddTextBox (
pdfPage As PdfPage,
textBox As PdfFormTextBox
)
Parameters
- pdfPage PdfPage
- The PDF page in which to place the text box control
- textBox PdfFormTextBox
- The text box field to add