PdfDocument.RemovePage Method (PdfPage)

Removes the specified page from the collection of document pages.

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

Syntax

C#
public void RemovePage(
	PdfPage page
)
VB
Public Sub RemovePage ( 
	page As PdfPage
)

Parameters

page
Type: BitMiracle.Docotic.Pdf.PdfPage
The page to remove.

See Also