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