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