com.spire.pdf.fields
Class PdfRadioButtonItemCollection
java.lang.Object
   com.spire.pdf.PdfCollection
com.spire.pdf.PdfCollection
       com.spire.pdf.fields.PdfRadioButtonItemCollection
com.spire.pdf.fields.PdfRadioButtonItemCollection
- All Implemented Interfaces: 
- com.spire.ms.System.Collections.IEnumerable, IPdfWrapper, java.lang.Iterable
- public class PdfRadioButtonItemCollection 
- extends PdfCollection- implements IPdfWrapper
Represents collection of radio buttons items.
 
 
 
PdfRadioButtonItemCollection
public PdfRadioButtonItemCollection(PdfRadioButtonListField field)
- Initializes a new instance of the  class.
 
- Parameters:
- field- The field.
 
add
public int add(PdfRadioButtonListItem item)
- Adds the specified item.
 
- 
 
- 
- Parameters:
- item- The  object to be added to collection.
- Returns:
- The index of the added field.