Initializes a new instance of the RadioCheckField class
Namespace: iTextSharp.text.pdfAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public RadioCheckField( PdfWriter writer, Rectangle box, string fieldName, string onValue ) |
Visual Basic |
---|
Public Sub New ( _ writer As PdfWriter, _ box As Rectangle, _ fieldName As String, _ onValue As String _ ) |
Visual C++ |
---|
public: RadioCheckField( PdfWriter^ writer, Rectangle^ box, String^ fieldName, String^ onValue ) |
Parameters
- writer
- Type: iTextSharp.text.pdf..::..PdfWriter
- box
- Type: iTextSharp.text..::..Rectangle
- fieldName
- Type: System..::..String
- onValue
- Type: System..::..String