PdfFormAddTextBox Method
Creates a text box form field in PDF form of the PDF document
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
public PdfFormTextBox AddTextBox(
PdfPage pdfPage,
RectangleF box,
string text,
PdfFont pdfFont
)
Public Function AddTextBox (
pdfPage As PdfPage,
box As RectangleF,
text As String,
pdfFont As PdfFont
) As PdfFormTextBox
- 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