Gets the items of the radio button field.
Namespace: Spire.Pdf.FieldsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
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
PdfRadioButtonItemCollectionThe radio button field item collection.