Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfDocumentProcessor.DeletePages(IEnumerable<Int32>) Method

Removes the specified pages from the document.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v21.2.dll

Declaration

public void DeletePages(
    IEnumerable<int> pageNumbers
)

Parameters

Name Type Description
pageNumbers IEnumerable<Int32>

A collection of page numbers that should be deleted.

See Also