 | PdfPageCollection.Item Property |
Gets the page at the specified index.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PdfPage this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As PdfPage
Get
public:
property PdfPage^ default[int index] {
PdfPage^ get (int index);
}
member Item : PdfPage with get
/** @property */
public PdfPage get_Item(
int index
)
function get_Item(index);
Parameters
- index Int32
-
Property Value
PdfPage
See Also