Aspose::Pdf::CollectionSchema::HasName método

CollectionSchema::HasName method

Determina si el nombre especificado existe en el esquema.

bool Aspose::Pdf::CollectionSchema::HasName(const System::String &name)
ParámetroTipoDescripción
nombreconst System::String&El nombre a comprobar.

ReturnValue

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

Ver también