 | PdfPageObjectsCollectionItem Property |
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic PdfPageObject this[
int index
] { get; set; }Public Default Property Item (
index As Integer
) As PdfPageObject
Get
Set
public:
virtual property PdfPageObject^ default[int index] {
PdfPageObject^ get (int index) sealed;
void set (int index, PdfPageObject^ value) sealed;
}abstract Item : PdfPageObject with get, set
override Item : PdfPageObject with get, set
/** @property */
public final PdfPageObject get_Item(
int index
)
/** @property */
public final void set_Item(PdfPageObject 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
PdfPageObjectThe
PdfPageObject at the specified index.
Implements
IListTItemInt32
See Also