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