Initializes a new instance of the TextField class
Namespace: iTextSharp.text.pdfAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public TextField( PdfWriter writer, Rectangle box, string fieldName ) |
Visual Basic |
---|
Public Sub New ( _ writer As PdfWriter, _ box As Rectangle, _ fieldName As String _ ) |
Visual C++ |
---|
public: TextField( PdfWriter^ writer, Rectangle^ box, String^ fieldName ) |
Parameters
- writer
- Type: iTextSharp.text.pdf..::..PdfWriter
- box
- Type: iTextSharp.text..::..Rectangle
- fieldName
- Type: System..::..String