Table of Contents

Method InsertPage

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

InsertPage(int)

Inserts new page into the collection of document pages at the specified index.

public PdfPage InsertPage(int index)

Parameters

index int

The zero-based index at which new page should be inserted.

Returns

PdfPage

The newly inserted PdfPage.