Aspose::Pdf::Annotations::AppearanceDictionary::ContainsKey method

AppearanceDictionary::ContainsKey method

Determines does this dictionary contasins specified key.

bool Aspose::Pdf::Annotations::AppearanceDictionary::ContainsKey(const System::String &key) const override
ParameterTypeDescription
keyconst System::String&Key to search in the dictionary.

ReturnValue

true if key is found.

See Also