Gets or sets the
PdfPage at the specified index.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.10.22
Syntaxpublic PdfPage this[
int index
] { get; set; }Public Default Property Item (
index As Integer
) As PdfPage
Get
Set
Parameters
- index Int32
- The zero-based index of the PdfPage to get or set.
Property Value
PdfPage
The
PdfPage at the specified index.
Return Value
PdfPage
The
PdfPage at the specified index.
Implements
IListTItemInt32
See Also