Click or drag to resize

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; }

Property Value

Type: PdfRadioButtonItemCollection
The radio button field item collection.
See Also