[This is preliminary documentation and is subject to change.]

Radio (check box in which only a single value can be selected) type form field object.

Namespace:  RadPdfLibrary.Data.Document.Objects.FormFields
Assembly:  RadPdfLibrary (in RadPdfLibrary.dll) Version: 1.4.3630.21651 (1.4.0.0)

Syntax

C#
public sealed class RadPdfRadioField : RadPdfField
Visual Basic (Declaration)
Public NotInheritable Class RadPdfRadioField _
	Inherits RadPdfField
Visual Basic (Usage)
Dim instance As RadPdfRadioField

Inheritance Hierarchy

System..::.Object
  RadPdfLibrary.Data.Document.Objects..::.RadPdfObject
    RadPdfLibrary.Data.Document.Objects.FormFields..::.RadPdfField
      RadPdfLibrary.Data.Document.Objects.FormFields..::.RadPdfRadioField

See Also