Aspose::Pdf::Vector::GraphicElementCollection::Contains method

GraphicElementCollection::Contains method

Determines whether an element is in the collection.

bool Aspose::Pdf::Vector::GraphicElementCollection::Contains(const System::SharedPtr<GraphicElement> &item) const override
ParameterTypeDescription
itemconst System::SharedPtr<GraphicElement>&GraphicElement to search.

ReturnValue

True - if element found; otherwise, false.

See Also