Aspose::Pdf::Metadata::ContainsKey method

Metadata::ContainsKey method

Determines does this dictionary contasins specified key.

bool Aspose::Pdf::Metadata::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