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# |
---|
protected static PdfFormField CreateChoice( PdfWriter writer, int flags, PdfArray options, int topIndex ) |
Visual Basic |
---|
Protected Shared Function CreateChoice ( _ writer As PdfWriter, _ flags As Integer, _ options As PdfArray, _ topIndex As Integer _ ) As PdfFormField |
Visual C++ |
---|
protected: static PdfFormField^ CreateChoice( PdfWriter^ writer, int flags, PdfArray^ options, int topIndex ) |
Parameters
- writer
- Type: iTextSharp.text.pdf..::..PdfWriter
- flags
- Type: System..::..Int32
- options
- Type: iTextSharp.text.pdf..::..PdfArray
- topIndex
- Type: System..::..Int32