Click or drag to resize

PdfRadioButtonControl Class

Represents a widget annotations that are associated with PdfRadioButtonField fields.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfControl
    Patagames.Pdf.Net.AcroFormsPdfRadioButtonControl

Namespace: Patagames.Pdf.Net.AcroForms
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public class PdfRadioButtonControl : PdfControl

The PdfRadioButtonControl type exposes the following members.

Constructors
 NameDescription
Public methodPdfRadioButtonControl Create a new radiobutton control and assign it to the specified field.
Top
Properties
 NameDescription
Public propertyExportValue Get a string describing the check status of the Radiobutton.
Public propertyIsChecked Gets whether the Radiobutton is checked.
Public propertyIsDefaultChecked Get a default state of the Radiobutton.
Public propertyNormalCaption The controls normal caption, displayed when it is not interacting with the user.
Top
Methods
 NameDescription
Public methodCheck Toggle Radiobutton
Top
See Also