Gets the items of the radio button field.
Namespace: Spire.Pdf.FieldsAssembly: 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
PdfRadioButtonItemCollectionThe radio button field item collection.