Aspose::Pdf::Facades::PdfXmpMetadata::Contains method

PdfXmpMetadata::Contains(const DefaultMetadataProperties&) const method

Checks if dictionary contains the specified property.

bool Aspose::Pdf::Facades::PdfXmpMetadata::Contains(const DefaultMetadataProperties &property) const
ParameterTypeDescription
propertyconst DefaultMetadataProperties&Property which will be checked.

ReturnValue

True - if the dictionary contains the specified property; otherwise, false.

See Also

PdfXmpMetadata::Contains(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&) const method

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

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

ReturnValue

true if this pauir was found.

See Also

PdfXmpMetadata::Contains(const System::String&) const method

Checks if dictionary contains the specified key.

bool Aspose::Pdf::Facades::PdfXmpMetadata::Contains(const System::String &key) const
ParameterTypeDescription
keyconst System::String&Key which will be checked.

ReturnValue

True - if the dictionary contains the specified key; otherwise, false.

See Also