Click or drag to resize

PdfPagesItem Property

Gets or sets the PdfPage at the specified index.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public PdfPage this[
	int index
] { 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