PdfAcroFormTextBoxField Constructors
A text box form field.Name | Parameters | Description |
---|---|---|
PdfAcroFormTextBoxField(String, Int32, PdfRectangle) | name, pageNumber, rectangle | Initializes a new instance of the PdfAcroFormTextBoxField class with the specified text box field name, page number, where the field will be created, and the field rectangle in user coordinate system. |
See Also