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