 | PdfControlCollectionsItem Property |
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic PdfControl this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As PdfControl
Get
public:
virtual property PdfControl^ default[int index] {
PdfControl^ get (int index) sealed;
}abstract Item : PdfControl with get
override Item : PdfControl with get
/** @property */
public final PdfControl get_Item(
int index
)
function get_Item(index);
Parameters
- index Int32
- The zero-based index of the element to get.
Return Value
PdfControlThe
PdfControl at the specified index.
Implements
IReadOnlyListTItemInt32
See Also