Table of Contents

Method RemovePage

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

RemovePage(int)

Removes the page at the specified index of the collection of document pages.

public void RemovePage(int index)

Parameters

index int

The zero-based index of the page to remove.

RemovePage(PdfPage)

Removes the specified page from the collection of document pages.

public void RemovePage(PdfPage page)

Parameters

page PdfPage

The page to remove.