Skip to main content

PdfDocumentProcessor.DeletePages(IEnumerable<Int32>) Method

Removes the specified pages from the document.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v24.1.dll

NuGet Package: DevExpress.Document.Processor

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