PdfListBoxWidgetFieldWidget
Items Property
|
Gets the items.
Namespace:
Spire.Pdf.Widget
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfListWidgetFieldItemCollection Items { get; }
Public ReadOnly Property Items As PdfListWidgetFieldItemCollection
Get
public:
property PdfListWidgetFieldItemCollection^ Items {
PdfListWidgetFieldItemCollection^ get ();
}
member Items : PdfListWidgetFieldItemCollection with get
Property Value
Type:
PdfListWidgetFieldItemCollection
The collection of list box items.
See Also