Aspose::Pdf::CollectionItem::HasName method

CollectionItem::HasName method

Checks if the given name exists in the collection item.

bool Aspose::Pdf::CollectionItem::HasName(System::String name)
ParameterTypeDescription
nameSystem::StringThe name to check.

ReturnValue

True if the name exists in the collection item, otherwise false.

See Also