Gets the collection of radio button items.
Namespace: Spire.Pdf.WidgetAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public PdfRadioButtonWidgetWidgetItemCollection WidgetWidgetItems { get; }
Public ReadOnly Property WidgetWidgetItems As PdfRadioButtonWidgetWidgetItemCollection Get
public: property PdfRadioButtonWidgetWidgetItemCollection^ WidgetWidgetItems { PdfRadioButtonWidgetWidgetItemCollection^ get (); }
member WidgetWidgetItems : PdfRadioButtonWidgetWidgetItemCollection with get
Property Value
PdfRadioButtonWidgetWidgetItemCollectionA that represents the items within the list.