Aspose::Pdf::ImagePlacementCollection::Contains method
ImagePlacementCollection::Contains method
Determines whether the collection contains a specific value.
bool Aspose::Pdf::ImagePlacementCollection::Contains(const System::SharedPtr<ImagePlacement> &item) const override
Parameter | Type | Description |
---|---|---|
item | const System::SharedPtr<ImagePlacement>& | The object to locate in the collection |
ReturnValue
true if item is found in the collection; otherwise, false.
See Also
- Typedef SharedPtr
- Class ImagePlacement
- Class ImagePlacementCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++