Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public static PdfFormField CreateTextField( PdfWriter writer, bool multiline, bool password, int maxLen ) |
| Visual Basic |
|---|
Public Shared Function CreateTextField ( _ writer As PdfWriter, _ multiline As Boolean, _ password As Boolean, _ maxLen As Integer _ ) As PdfFormField |
| Visual C++ |
|---|
public: static PdfFormField^ CreateTextField( PdfWriter^ writer, bool multiline, bool password, int maxLen ) |
Parameters
- writer
- Type: iTextSharp.text.pdf..::..PdfWriter
- multiline
- Type: System..::..Boolean
- password
- Type: System..::..Boolean
- maxLen
- Type: System..::..Int32