Aspose::Pdf::Annotations::AppearanceDictionary::Contains method

AppearanceDictionary::Contains method

Checks does specified key-value pair is contained in the dictionary.

bool Aspose::Pdf::Annotations::AppearanceDictionary::Contains(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>> &item) const override
ParameterTypeDescription
itemconst System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>>&Key-value pair.

ReturnValue

true if this pauir was found.

See Also