PdfListItemCollection
Item Property
|
Gets the PdfListItem from collection at the specified index.
Namespace:
Spire.Pdf.Lists
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfListItem this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As PdfListItem
Get
public:
property PdfListItem^ default[int index] {
PdfListItem^ get (int index);
}
member Item : PdfListItem with get
Parameters
-
index
-
Type:
System
Int32
Property Value
Type:
PdfListItem
See Also