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 CreateList( PdfWriter writer, string[,] options, int topIndex ) |
| Visual Basic |
|---|
Public Shared Function CreateList ( _ writer As PdfWriter, _ options As String(,), _ topIndex As Integer _ ) As PdfFormField |
| Visual C++ |
|---|
public: static PdfFormField^ CreateList( PdfWriter^ writer, array<String^,2>^ options, int topIndex ) |
Parameters
- writer
- Type: iTextSharp.text.pdf..::..PdfWriter
- options
- Type: array<System..::..String,2>[,](,)[,][,]
- topIndex
- Type: System..::..Int32