PageCollection.Delete
Delete(int)
Delete specified page.
public void Delete(int index)
| Parameter | Type | Description |
|---|---|---|
| index | Int32 | Number of page that will be deleted. Pages numbers start from 1. |
See Also
- class PageCollection
- namespace Aspose.Pdf
- assembly Aspose.PDF
Delete()
Deletes all pages from collection.
public void Delete()
See Also
- class PageCollection
- namespace Aspose.Pdf
- assembly Aspose.PDF
Delete(int[])
Delete pages specified which numbers are specified in array.
public void Delete(int[] pages)
| Parameter | Type | Description |
|---|---|---|
| pages | Int32[] | Array of pages to be deleted. |
See Also
- class PageCollection
- namespace Aspose.Pdf
- assembly Aspose.PDF