Aspose::Pdf::PageCollection::Delete method

PageCollection::Delete() method

Deletes all pages from collection.

void Aspose::Pdf::PageCollection::Delete()

See Also

PageCollection::Delete(int32_t) method

Delete specified page.

void Aspose::Pdf::PageCollection::Delete(int32_t index)
ParameterTypeDescription
indexint32_tNumber of page that will be deleted. Pages numbers start from 1.

See Also

PageCollection::Delete(System::ArrayPtr<int32_t>) method

Delete pages specified which numbers are specified in array.

void Aspose::Pdf::PageCollection::Delete(System::ArrayPtr<int32_t> pages)
ParameterTypeDescription
pagesSystem::ArrayPtr<int32_t>Array of pages to be deleted.

See Also