PdfFormAddTextBox Method
Creates a text box form field in PDF form of the PDF document
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 20.0.0
public PdfFormTextBox AddTextBox(
PdfPage pdfPage,
RectangleF box,
string text,
PdfFont pdfFont
)
- pdfPage PdfPage
- The PDF page in which to place the text box control
- box RectangleF
- The text box control bounding box
- text String
- The text box initial text
- pdfFont PdfFont
- The text font
PdfFormTextBoxThe created text box field