PdfFormAddTextBox Method
Creates a text box field in form
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public PdfFormTextBox AddTextBox(
PdfPage pdfPage,
RectangleF boundingRectangle,
string text,
PdfFont pdfFont
)
Public Function AddTextBox (
pdfPage As PdfPage,
boundingRectangle As RectangleF,
text As String,
pdfFont As PdfFont
) As PdfFormTextBox
public:
PdfFormTextBox^ AddTextBox(
PdfPage^ pdfPage,
RectangleF boundingRectangle,
String^ text,
PdfFont^ pdfFont
)
member AddTextBox :
pdfPage : PdfPage *
boundingRectangle : RectangleF *
text : string *
pdfFont : PdfFont -> PdfFormTextBox
- pdfPage PdfPage
- The PDF page where to create the text box
- boundingRectangle RectangleF
- The text box field bounding rectangle
- text String
- The text displayed in the text box
- pdfFont PdfFont
- The text font
PdfFormTextBoxThe created text box