Table of Contents

Method GetPage

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

GetPage(int)

Gets the page with the specified index.

public PdfPage GetPage(int index)

Parameters

index int

The zero-based index of the page to get.

Returns

PdfPage

The PdfPage with specified index.