Documents for PDF, .NET Edition Documentation
RadioButtonField Class Members
Properties 

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.AcroForms Namespace : RadioButtonField Class

The following tables list the members exposed by RadioButtonField.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the RadioButtonField class.  
Top
Public Properties
 NameDescription
Public PropertyGets the AcroForm that owns this object. (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field)
Public PropertyGets the actual justification to be used when displaying the field’s text. (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field)
Public PropertyGets or sets an alternate field name to be used in place of the actual field name wherever the field must be identified in the user interface (such as in error or status messages referring to the field). This text is also useful when extracting the document’s contents in support of accessibility to users with disabilities or for other purposes. (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field)
Public PropertyGets the list of child fields. (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field)
Public PropertyGets or sets the default value of RadioButtonField. Default value can be specified as index of the widget in Field.Widgets list, as string containing name of the widget or as string containing item from Opt array.  
Public PropertyGets the GrapeCity.Documents.Pdf.GcPdfDocument owning this field. (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field)
Public PropertyGets the Field.TriggerEvents object defining events of this field. (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field)
Public PropertyGets or sets a value indicating whether the field must not be exported by a GrapeCity.Documents.Pdf.Actions.ActionSubmitForm action. (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field)
Public PropertyGets or sets the justification to be used in displaying the field’s text.

Note that this field is used only if GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation.Justification is not specified.

(Inherited from GrapeCity.Documents.Pdf.AcroForms.Field)
Public PropertyGets or sets the mapping name to be used when exporting interactive form field data from the document. (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field)
Public PropertyGets or sets the field's name. (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field)
Public PropertyGets or sets an array of strings containing one entry for each widget annotation. Defines export values for its constituent radio buttons Please read more details in PDF specfication.  
Public PropertyGets the FieldCollection containing this field. (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field)
Public PropertyGets the parent field. (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field)
Public PropertyGets or sets a value indicating whether a group of radio buttons within a radio button field that use the same value for the on state will turn on and off in unison; that is if one is checked, they are all checked. If clear, the buttons are mutually exclusive (the same behavior as HTML radio buttons).  
Public PropertyGets or sets a value indicating whether the user may not change the value of the field. Any associated widget annotations will not interact with the user; that is, they will not respond to mouse clicks or change their appearance in response to mouse motions. This flag is useful for fields whose values are computed or imported from a database. (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field)
Public PropertyGets or sets a value indicating whether the field must have a value at the time it is exported by a GrapeCity.Documents.Pdf.Actions.ActionSubmitForm action. (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field)
Public PropertyGets or sets the value of RadioButtonField. Value can be specified as index of the widget in Field.Widgets list, as string containing name of the widget or as string containing item from Opt array.  
Public PropertyGets the list of widgets linked with this field. (Inherited from GrapeCity.Documents.Pdf.AcroForms.Field)
Top
See Also

Reference

RadioButtonField Class
GrapeCity.Documents.Pdf.AcroForms Namespace