Aspose::Pdf::XImageCollection::Remove method

XImageCollection::Remove method

Removes item from collection, throws NotImplementedException .

bool Aspose::Pdf::XImageCollection::Remove(const System::SharedPtr<Aspose::Pdf::XImage> &item) override
ParameterTypeDescription
itemconst System::SharedPtr<Aspose::Pdf::XImage>&Item to remove.

ReturnValue

NotImplementedException

See Also