 | PdfTypeArrayItem Property |
Gets or sets the element at the specified index
Namespace: Patagames.Pdf.Net.BasicTypesAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PdfTypeBase this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As PdfTypeBase
Get
Set
public:
virtual property PdfTypeBase^ default[int index] {
PdfTypeBase^ get (int index) sealed;
void set (int index, PdfTypeBase^ value) sealed;
}
abstract Item : PdfTypeBase with get, set
override Item : PdfTypeBase with get, set
/** @property */
public final PdfTypeBase get_Item(
int index
)
/** @property */
public final void set_Item(PdfTypeBase value)
function get_Item(index);
function set_Item(value);
Parameters
- index Int32
- The zero-based index of the element to get or set.
Return Value
PdfTypeBaseThe element at the specified index.
Implements
IListTItemInt32
Exceptions
See Also