Class PdfFormRadioButton
- Namespace
- EvoPdf
- Assembly
- evohtmltopdf.dll
Represents a radio button in a radio buttons group
[ClassInterface(ClassInterfaceType.AutoDual)]
public class PdfFormRadioButton
- Inheritance
-
PdfFormRadioButton
- Inherited Members
Properties
BoundingRectangle
Gets or sets the bounding box in PDF page of the radio button control. The box dimensions are expressed in points
public RectangleF BoundingRectangle { get; set; }
Property Value
Checked
A flag indicating if the radio button is checked
public bool Checked { get; }
Property Value
Name
The radio button field name
public string Name { get; }