Aspose::Pdf::CollectionSchema::HasName method

CollectionSchema::HasName method

Determines whether the specified name exists in the schema.

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

ReturnValue

true if the specified name exists in the schema; otherwise, false.

See Also