Aspose::Pdf::OutlineCollection::Delete method
OutlineCollection::Delete() method
Deletes all outline items from the document outline.
void Aspose::Pdf::OutlineCollection::Delete()
See Also
- Class OutlineCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
OutlineCollection::Delete(System::String) method
Deletes the outline item with specified title from the document outline.
void Aspose::Pdf::OutlineCollection::Delete(System::String name)
Parameter | Type | Description |
---|---|---|
name | System::String | The title of outline item to be deleted |
See Also
- Class String
- Class OutlineCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++