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
| Parameter | Type | Description |
|---|---|---|
| item | const System::SharedPtr<GraphicElement>& | GraphicElement to search. |
ReturnValue
True - if element found; otherwise, false.
See Also
- Typedef SharedPtr
- Class GraphicElement
- Class GraphicElementCollection
- Namespace Aspose::Pdf::Vector
- Library Aspose.PDF for C++