Gets the items.

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

Syntax

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

Property Value

PdfListFieldItemCollection
The items.

See Also