Gets items of the list.

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

Syntax

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

Property Value

PdfListItemCollection

See Also