Collection of form options. Associated with a RadioButtonField.

Namespace: TallComponents.PDF.Forms.Fields
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public class RadioButtonOptionCollection : IEnumerable<RadioButtonOption>, 
	IEnumerable
Visual Basic
Public Class RadioButtonOptionCollection _
	Implements IEnumerable(Of RadioButtonOption), IEnumerable

Remarks

This collection is automatically maintained when adding or removing widgets to the field.

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Forms.Fields..::..RadioButtonOptionCollection

See Also