Class PdfRadioButton
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Class for a radio button control.
public sealed class PdfRadioButton : PdfControl
- Inheritance
-
PdfRadioButton
- Inherited Members
Remarks
The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.
Properties
- Checked
Gets or sets a value indicating whether this PdfRadioButton is checked or not.
- ChecksInUnison
(PDF 1.5) Gets or sets a value indicating whether this radio button and all other radio buttons with the same export values from the same group of radio buttons should turn on and off in unison; that is if one is checked, they are all checked.
- DefaultChecked
Gets or sets a value indicating whether this PdfRadioButton should be checked or not when a reset-form action is executed.
- ExportValue
Gets or sets the export value of the radio button.
Methods
- ToString()
Returns a string that represents this PdfRadioButton instance.