Skip to content

P_PDFiumSharp_PdfPageCollection_Item

ArgusMagnus edited this page Mar 29, 2017 · 1 revision

PdfPageCollection.Item Property

Gets the PdfPage at the zero-based index in the PdfDocument.

Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0

Syntax

C#

public PdfPage this[
	int index
] { get; }

Parameters

 

index
Type: System.Int32

Property Value

Type: PdfPage

See Also

Reference

PdfPageCollection Class
PDFiumSharp Namespace

Clone this wiki locally