Gets the item.

Namespace: Spire.Pdf.Lists
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

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

Property Value

PdfListItem
The item that layout.

See Also