Initializes a new instance of the PdfFormField class
Namespace: iTextSharp.text.pdfAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public PdfFormField( PdfWriter writer, float llx, float lly, float urx, float ury, PdfAction action ) |
Visual Basic |
---|
Public Sub New ( _ writer As PdfWriter, _ llx As Single, _ lly As Single, _ urx As Single, _ ury As Single, _ action As PdfAction _ ) |
Visual C++ |
---|
public: PdfFormField( PdfWriter^ writer, float llx, float lly, float urx, float ury, PdfAction^ action ) |
Parameters
- writer
- Type: iTextSharp.text.pdf..::..PdfWriter
- llx
- Type: System..::..Single
- lly
- Type: System..::..Single
- urx
- Type: System..::..Single
- ury
- Type: System..::..Single
- action
- Type: iTextSharp.text.pdf..::..PdfAction