PageCollection.Delete
Delete(int)
احذف الصفحة المحددة.
public void Delete(int index)
| Parameter | Type | Description |
|---|---|---|
| index | Int32 | رقم الصفحة التي سيتم حذفها. تبدأ أرقام الصفحات من 1. |
See Also
- class PageCollection
- namespace Aspose.Pdf
- assembly Aspose.PDF
Delete()
يحذف جميع الصفحات من المجموعة.
public void Delete()
See Also
- class PageCollection
- namespace Aspose.Pdf
- assembly Aspose.PDF
Delete(int[])
احذف الصفحات المحددة التي أرقامها محددة في المصفوفة.
public void Delete(int[] pages)
| Parameter | Type | Description |
|---|---|---|
| pages | Int32[] | مصفوفة الصفحات التي سيتم حذفها. |
See Also
- class PageCollection
- namespace Aspose.Pdf
- assembly Aspose.PDF