PdfPageCollectionItem Property |
Gets the
PdfPage at the specified
index.
Namespace:
RadPdf.Data.Document.Pages
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public PdfPage this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As PdfPage
Get
Parameters
- index
- Type: SystemInt32
The zero-based index of the PdfPage to get or set.
Return Value
Type:
PdfPageThe
PdfPage at the specified index.
Remarks This is 0 indexed, so the first page is at index 0.
See Also