Aspose::Pdf::PageCollection::Remove method

PageCollection::Remove method

Removes the specified item, throws NotSupportedException .

bool Aspose::Pdf::PageCollection::Remove(const System::SharedPtr<Page> &item) override
ParameterTypeDescription
itemconst System::SharedPtr<Page>&The item.

ReturnValue

NotSupportedException

See Also