Gets the items of the radio button field.

Namespace: Spire.Pdf.Fields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfRadioButtonItemCollection Items { get; }
Public ReadOnly Property Items As PdfRadioButtonItemCollection
	Get
public:
property PdfRadioButtonItemCollection^ Items {
	PdfRadioButtonItemCollection^ get ();
}
member Items : PdfRadioButtonItemCollection with get

Property Value

PdfRadioButtonItemCollection
The radio button field item collection.

See Also