Aspose::Pdf::PageCollection::Contains method
PageCollection::Contains method
Determines whether this instance contains the object.
bool Aspose::Pdf::PageCollection::Contains(const System::SharedPtr<Page> &item) const override
Parameter | Type | Description |
---|---|---|
item | const System::SharedPtr<Page>& | The item. |
ReturnValue
true if [contains] [the specified item]; otherwise, false.
See Also
- Typedef SharedPtr
- Class Page
- Class PageCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++