Aspose::Pdf::OutputIntents::Contains method

OutputIntents::Contains method

Determines whether the collection contains a specific output intent.

bool Aspose::Pdf::OutputIntents::Contains(const System::SharedPtr<OutputIntent> &item) const override
ParameterTypeDescription
itemconst System::SharedPtr<OutputIntent>&The output intent to locate in the collection.

ReturnValue

true

Remarks

if item is found in the collection; otherwise, false

.

See Also