Click or drag to resize

PdfPageCollectionItem Property

Gets the page at the specified index.

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

Parameters

index  Int32
 

Property Value

PdfPage
See Also