PdfDocumentProcessor.DeletePages(IEnumerable<Int32>) Method
In This Article
Removes the specified pages from the document.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
public void DeletePages(
IEnumerable<int> pageNumbers
)
#Parameters
Name | Type | Description |
---|---|---|
page |
IEnumerable<Int32> | A collection of page numbers that should be deleted. |
See Also