Aspose::Pdf::Document::GetObjectById método

Document::GetObjectById method

Obtiene un objeto con el ID especificado en el documento.

System::SharedPtr<System::Object> Aspose::Pdf::Document::GetObjectById(const System::String &id)
ParámetroTipoDescripción
idconst System::String&El id del objeto.

ReturnValue

El objeto con el id especificado. Nulo si no se encuentra el id.

Ver también