Click or drag to resize

PdfPageCollection.Item Property

Gets the page at the specified index.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public PdfPage this[
	int index
] { get; }

Parameters

index  Int32
 

Property Value

PdfPage
See Also