Create a new PDF form field Radio button Widget.
Namespace: TallComponents.PDF.Annotations.WidgetsAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public RadioButtonWidget( double left, double bottom, double width, double height, string exportName ) |
| Visual Basic |
|---|
Public Sub New ( _ left As Double, _ bottom As Double, _ width As Double, _ height As Double, _ exportName As String _ ) |
Parameters
- left
- Type: System..::..Double
The left position for this widget.
- bottom
- Type: System..::..Double
The bottom position for this widget.
- width
- Type: System..::..Double
The width for this widget.
- height
- Type: System..::..Double
The height for this widget.
- exportName
- Type: System..::..String
The exportName used when this option is checked.