PdfDocument.GetPage Method

Gets the page with the specified index.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfPage GetPage(
	int index
)
VB
Public Function GetPage ( 
	index As Integer
) As PdfPage

Parameters

index
Type: System.Int32
The zero-based index of the page to get.

Return Value

Type: PdfPage
The PdfPage with specified index.

See Also