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
intThe zero-based index at which new page should be inserted.
Returns
Remarks
Read the Add and insert pages section for more information.