Gets the items.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfListWidgetFieldItemCollection Items { get; }
Public ReadOnly Property Items As PdfListWidgetFieldItemCollection
	Get
public:
property PdfListWidgetFieldItemCollection^ Items {
	PdfListWidgetFieldItemCollection^ get ();
}
member Items : PdfListWidgetFieldItemCollection with get

Property Value

PdfListWidgetFieldItemCollection
The collection of list box items.

See Also