OutlineCollection.Delete
Delete()
تحذف جميع عناصر المخطط من مخطط الوثيقة.
public void Delete()
See Also
- class OutlineCollection
- namespace Aspose.Pdf
- assembly Aspose.PDF
Delete(string)
تحذف عنصر المخطط بالعنوان المحدد من مخطط الوثيقة.
public void Delete(string name)
| Parameter | Type | Description |
|---|---|---|
| name | String | عنوان عنصر المخطط الذي سيتم حذفه |
See Also
- class OutlineCollection
- namespace Aspose.Pdf
- assembly Aspose.PDF