Aspose::Pdf::XFormCollection::Contains method

XFormCollection::Contains method

Determines whether the collection contains a specific value.

bool Aspose::Pdf::XFormCollection::Contains(const System::SharedPtr<XForm> &item) const override
ParameterTypeDescription
itemconst System::SharedPtr<XForm>&The object to locate in the collection

ReturnValue

true if item is found in the collection; otherwise, false.

See Also