PdfRadioButtonListField
Items Property
|
Gets the items of the radio button field.
Namespace:
Spire.Pdf.Fields
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfRadioButtonItemCollection Items { get; }
Public ReadOnly Property Items As PdfRadioButtonItemCollection
Get
public:
property PdfRadioButtonItemCollection^ Items {
PdfRadioButtonItemCollection^ get ();
}
member Items : PdfRadioButtonItemCollection with get
Property Value
Type:
PdfRadioButtonItemCollection
The radio button field item collection.
See Also