 | PdfRadioButtonField Class |
Represents radio button fields which contain a set of related buttons that can each be on or off.
Typically, at most one radio button in a set may be on at any given time, and selecting any one of the buttons automatically deselects all the others.
Inheritance Hierarchy
Namespace:
Patagames.Pdf.Net.AcroForms
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntaxpublic class PdfRadioButtonField : PdfButtonField
Public Class PdfRadioButtonField
Inherits PdfButtonField
public ref class PdfRadioButtonField : public PdfButtonField
type PdfRadioButtonField =
class
inherit PdfButtonField
end
public class PdfRadioButtonField extends PdfButtonField
Patagames.Pdf.Net.AcroForms.PdfRadioButtonField = function();
Type.createClass(
'Patagames.Pdf.Net.AcroForms.PdfRadioButtonField',
Patagames.Pdf.Net.AcroForms.PdfButtonField);
The PdfRadioButtonField type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | ExportValues |
Gets a collection of text strings representing the export value of each PdfControl in this field.
|
 | NoToggleToOff |
Gets or sets a value indicating whether one radio button must be selected at all times.
|
 | RadiosInUnison |
Gets or sets a value indicating whether radio buttons with the same export value will turn off and on together.
|
Top
Methods
| Name | Description |
---|
 | Check |
Toggle Radiobutton
|
Top
See Also