Aspose::Pdf::ImagePlacementCollection::Remove method

ImagePlacementCollection::Remove method

Deletes specified item from collection.

bool Aspose::Pdf::ImagePlacementCollection::Remove(const System::SharedPtr<ImagePlacement> &item) override
ParameterTypeDescription
itemconst System::SharedPtr<ImagePlacement>&Item to delete

ReturnValue

true if item was deleted; otherwise, false.

See Also