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