Create a new radio button field shape.
Namespace: TallComponents.PDF.Layout.Shapes.FieldsAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.66.0
Syntax
| C# |
|---|
public RadioButtonFieldShape( double left, double bottom, double width, double height, string fullName ) |
| Visual Basic |
|---|
Public Sub New ( _ left As Double, _ bottom As Double, _ width As Double, _ height As Double, _ fullName As String _ ) |
Parameters
- left
- Type: System..::..Double
The left position.
- bottom
- Type: System..::..Double
The bottom position.
- width
- Type: System..::..Double
The width.
- height
- Type: System..::..Double
The height.
- fullName
- Type: System..::..String
The fully qualified name for this field.