'Declaration Public Default Property Item( _
ByVal indexThe zero-based index of the item to get or set.As System.Int32 _
) As PdfBasicObject
public PdfBasicObject this[
System.Int32 index
]{ get; set; }
public: __property PdfBasicObject* get_Item(
System.Int32 index
); public: __property void set_Item(
System.Int32 index,
PdfBasicObject* value
);
public:
property PdfBasicObject^ default [System.Int32] { PdfBasicObject^ get(System.Int32 index); void set(System.Int32 index, PdfBasicObject^ value); }
Parameters
- index
- The zero-based index of the item to get or set.
Return Value
The item at the specified index.